Re: Looking For A Django Developer

2007-05-11 Thread [EMAIL PROTECTED]
On May 11, 11:45 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > Peter, > > On Fri, 2007-05-11 at 15:51 -0700, [EMAIL PROTECTED] wrote: > > I am looking for a reliable developer to develop a small site with the > > Django framework. The site needs clean urls, a blog with comments, > > user a

Re: django-tagging and admin pages

2007-05-11 Thread jeff
> Could you verify that the TagField doesn't sync the list when you > remove tags? i can verify that too. if i delete a tag the taggeditems are deleted but the tagsfield is not updated. --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Earn U.S Dollars without investment!!!!!!!!! Try it

2007-05-11 Thread [EMAIL PROTECTED]
Hi, SFI has shown millions of men and women from over 200 countries worldwide how to cash in on the Internet. In fact, our system is so successful that OVER 8000 people join SFI every week! SFI is totally FREE for affiliates to join. And there's absolutely NO OBLIGATION. SFI provides you with FR

Re: Looking For A Django Developer

2007-05-11 Thread Malcolm Tredinnick
Peter, On Fri, 2007-05-11 at 15:51 -0700, [EMAIL PROTECTED] wrote: > I am looking for a reliable developer to develop a small site with the > Django framework. The site needs clean urls, a blog with comments, > user accounts, an image gallery. I would also like that person to > integrate our alre

Re: string index out of range

2007-05-11 Thread Malcolm Tredinnick
On Fri, 2007-05-11 at 09:59 -0700, Mark Phillips wrote: > I attempted invoking the django.fcgi script directly with a URL. E.g. > "http://dev.mysite.com/cgi-bin/django.fcgi";. I tried this because I > am still having trouble using a normal url like "mydjango.mysite.com" > or similar. For exa

Re: urls/generic views/dict question.

2007-05-11 Thread Malcolm Tredinnick
On Fri, 2007-05-11 at 09:14 -0700, [EMAIL PROTECTED] wrote: > OK, I have song_dict, which gathers up songs: > song_dict = { > 'queryset': Song.objects.all(), > 'allow_empty': 'true', > } > > Which I pass to the podcast and playlist.xml. Playlist.xml is picked > up by the flash player for

Re: assertRedirects

2007-05-11 Thread Malcolm Tredinnick
On Sat, 2007-05-12 at 10:05 +0800, Russell Keith-Magee wrote: > On 5/11/07, Jiri Barton <[EMAIL PROTECTED]> wrote: > > > > Thank you Russ, that has fixed the problem. > > > > I have a problem with the fix though; what if there were multiple > > redirects? This just happened when I jumped to use y

examples of database grid table in Django?

2007-05-11 Thread walterbyrd
I would like to see an example of spreadsheet like, grid in django. Something sortable by headers. Would it be difficult to develop something like that in django? What about if the fields needed to be editable? Basic CRUD? --~--~-~--~~~---~--~~ You received this

Transferring mySQL databases to Django project help

2007-05-11 Thread Michael Newman
I am switching over a couple of news Web sites to Django. Sadly our deadline is creeping up on me and I have never worked with mySQL before. One site has an active database with the tables that need to be transferred and the other has a text dump of the old database. I figure this should not take

Re: Fixtures for Dummies?

2007-05-11 Thread Russell Keith-Magee
On 5/12/07, Tim Chase <[EMAIL PROTECTED]> wrote: > > I'm having some difficulty wrapping my head around Django's > fixtures and am looking for some good ground-up documentation. > Most of the documentation I've stumbled across seems to describe > fixtures as if the reader already knows all about t

Help on custom edit_inline admin template

2007-05-11 Thread orestis
I've created my own edit_inline class so I can override the template. This was easy. However, due to lack of documentation, I'm busting my head trying to figure out how to do this: I have an Article that is connected to a Photos model using the ArticleImage model like this: class ArticleImages(m

Fixtures for Dummies?

2007-05-11 Thread Tim Chase
I'm having some difficulty wrapping my head around Django's fixtures and am looking for some good ground-up documentation. Most of the documentation I've stumbled across seems to describe fixtures as if the reader already knows all about them, where to stash them, how to create them (either automa

Re: Using newforms for multiple db rows

2007-05-11 Thread dballanc
If any two inputs have the same name, both values are returned in a list ala [request.POST.getlist('score')] With the checkboxes it's easy to identify by value. I assume you might be able to figure out where that score belongs by order, but I'm not sure order is guaranteed. I think if it were me

Re: Alternative ForeignKey selection interface in admin

2007-05-11 Thread orestis
OK I'm stupid :) It seems that raw_id_admin actually does this already. I didn't notice that before... So never mind :) On May 11, 4:45 am, orestis <[EMAIL PROTECTED]> wrote: > Hello, > > I've searched and I didn't find any good answers on this: > > When you use the admin interface to specify a

Re: assertRedirects

2007-05-11 Thread Russell Keith-Magee
On 5/11/07, Jiri Barton <[EMAIL PROTECTED]> wrote: > > Thank you Russ, that has fixed the problem. > > I have a problem with the fix though; what if there were multiple > redirects? This just happened when I jumped to use your fix today: ... > This calls for some loop in the code of assertRedirec

在 chicago-area-python-django-developer-position 上讨论

2007-05-11 Thread rainbow wei
it is a superise to find you guys are chinese too. but honestly , the place you work in looks terrible. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to djan

Multiple projects on one domain - anyone have a good solution?

2007-05-11 Thread Brian Beck
So usually when I need to do this I just do a bunch of trial and error in lighttpd and get stuff mostly working, but I've never been happy with it. I want to have a Django project 'mounted' at /rta and another at / crime, both at the same domain. Sadly lighttpd doesn't support URL rewriting insid

Re: Random features in sidebar

2007-05-11 Thread Benjamin Slavin
I've just uploaded a template filter called "several_random" to the django snippets site. [0] If you combine this with orestis's suggestion, I think you'll get what you're looking for. Quick side note: Using the built-in random filter in a template multiple times could give you the same result

Looking For A Django Developer

2007-05-11 Thread [EMAIL PROTECTED]
I am looking for a reliable developer to develop a small site with the Django framework. The site needs clean urls, a blog with comments, user accounts, an image gallery. I would also like that person to integrate our already pre-coded (html/css) template to work with the site. I am very serious a

excel import

2007-05-11 Thread [EMAIL PROTECTED]
Hello, everyone! I want to implement some sort of importing data into my database from excel. And i have a problem: this xls tables are huge and needs to be normalized to relation structure, in other words i want to torn one excel table to many with FK relationships between them, but i dunno how

Re: django-tagging and admin pages

2007-05-11 Thread akonsu
James, I assume you are talking about this approach: class MyModel(models.Model) : tags = TagField() and not the one that is also suggested in the django-tagging README that uses a custom save method along with a text field and a property. i have verified that the 'tags' field in my objects

Re: Random features in sidebar

2007-05-11 Thread orestis
Put in a simple, hard coded python list and use random on this ? You can put callables in the list that return the right info, so you can automate the stuff... On May 11, 10:44 pm, Mordy Ovits <[EMAIL PROTECTED]> wrote: > I have a sidebar in my page design. I have 7 or so features that can > go

Re: django-tagging and admin pages

2007-05-11 Thread James Bennett
On 5/11/07, akonsu <[EMAIL PROTECTED]> wrote: > the tags_list field that you propose is an extra field that is stored > in the database. i want to avoid this because tags are stored in their > own tables and this field is only used for conveniency. the contents > of this field is not needed at all

Re: django-tagging and admin pages

2007-05-11 Thread akonsu
thanks for your response. the tags_list field that you propose is an extra field that is stored in the database. i want to avoid this because tags are stored in their own tables and this field is only used for conveniency. the contents of this field is not needed at all and it goes out of sync wi

Re: django-tagging and admin pages

2007-05-11 Thread book4e
Tag can be edit or delete in admin interface without problems. I suggest using def _get_tags(self): return Tag.objects.get_for_object(self) def _set_tags(self, tag_list): Tag.objects.update_tags(self, tag_list) tags = property(_get_tags, _set_tags) in

RE: Using newforms for multiple db rows

2007-05-11 Thread Chris Brand
After a few false starts, I managed to get this going. Now my problem is that this approach only really works for Booleans. What if I wanted a form to enter test scores for a class, one score per student ? All my approaches so far have ended up with multiple fields with the same name, which then d

Random features in sidebar

2007-05-11 Thread Mordy Ovits
I have a sidebar in my page design. I have 7 or so features that can go in a sidebar (links, quote of the day, infostat, on this day in history, etc.). I have models for each of those features. I can easily use django to have the template fill those out for every page, but what I want is to

django-tagging and admin pages

2007-05-11 Thread akonsu
hello, i have a question related to the http://code.google.com/p/django-tagging/ code and how to use it in the admin pages. hopefully someone can help me. the problem is that the module documentation sugests that i use a text field in my model to implement tags: class Link(models.Model):

Re: Search options

2007-05-11 Thread [EMAIL PROTECTED]
On May 11, 4:38 pm, Ivan Sagalaev wrote: > - Xapian looks good but I didn't actually try it yet. I've heard though > that it doesn't implement locking of index database and this should be > done manually. You've heard incorrect information then, since Xapian most definitely does implement databas

Re: Search options

2007-05-11 Thread Joseph Heck
We determined that Postgres was portable enough to any platform we'd host on, and went with TSearch2 and have been pretty happy. Having done hard-core search work in a previous life (www.singingfish.com), I know it isn't everything you can get in the search world, but it was sufficient for our nee

Re: Tagging

2007-05-11 Thread Christian M Hoeppner
El Friday 11 May 2007 18:06:48 James Bennett escribió: > On 5/11/07, Christian M Hoeppner <[EMAIL PROTECTED]> wrote: > > Just what I needed. Still... I have to handle this in a custom admin > > view, do I? Even after reading that chapter in the django book I'm unsure > > about those custom views.

Re: Tagging

2007-05-11 Thread James Bennett
On 5/11/07, Christian M Hoeppner <[EMAIL PROTECTED]> wrote: > Just what I needed. Still... I have to handle this in a custom admin view, do > I? Even after reading that chapter in the django book I'm unsure about those > custom views. Where do I tell it to show that text input if it's not in the >

Re: Tagging

2007-05-11 Thread Christian M Hoeppner
El Friday 11 May 2007 17:37:12 James Bennett escribió: > On 5/11/07, Christian M Hoeppner <[EMAIL PROTECTED]> wrote: > > How would one handle this? > > > > * Display text input instead of default multi-select. > > * Handle the input and save it to the right places. > > You might want to have a loo

string index out of range

2007-05-11 Thread Mark Phillips
I attempted invoking the django.fcgi script directly with a URL. E.g. "http://dev.mysite.com/cgi-bin/django.fcgi";. I tried this because I am still having trouble using a normal url like "mydjango.mysite.com" or similar. For example, "mydjango.mysite.com/admin" returns a 404 page and "mydj

Re: Tagging

2007-05-11 Thread James Bennett
On 5/11/07, Christian M Hoeppner <[EMAIL PROTECTED]> wrote: > How would one handle this? > > * Display text input instead of default multi-select. > * Handle the input and save it to the right places. You might want to have a look at Jonathan Buchanan's Django tagging application, which seems lik

Tagging

2007-05-11 Thread Christian M Hoeppner
Hi there! I'm trying to implement a simpler tag input for my blog. While the default many-to-many multiple select is all nice, and the nifty javascripted double box is also very cute, I just want a text input for comma separated values, each being a tag. Then, in the save() method, take care o

urls/generic views/dict question.

2007-05-11 Thread [EMAIL PROTECTED]
OK, I have song_dict, which gathers up songs: song_dict = { 'queryset': Song.objects.all(), 'allow_empty': 'true', } Which I pass to the podcast and playlist.xml. Playlist.xml is picked up by the flash player for folks who want to listen on-site: (r'^radio/podcast.xml', 'django.views.ge

Re: OneToOneField - ModelInheritance - Documentation samples

2007-05-11 Thread [EMAIL PROTECTED]
Hi :) Thank you very much for aswering again Malcolm. > The short answer is because select_related() does not work across > reverse links (the Place -> Restaurant direction). It also won't save > you any requests when model inheritance is implemented. I think I've already read it somewhere, but

Re: Search options

2007-05-11 Thread Jeremy Dunck
On 5/11/07, Ivan Sagalaev <[EMAIL PROTECTED]> wrote: > > - Am I doomed to have a separate server? This complicates things a lot > and I very much inclined to use some in-process thing Probably. :) > - Are there any solutions on a scale between simplistic "likes" and > sophisticated indexers like

Re: assertRedirects

2007-05-11 Thread Jiri Barton
Thank you Russ, that has fixed the problem. I have a problem with the fix though; what if there were multiple redirects? This just happened when I jumped to use your fix today: /usermanagement redirects to /usermanagement/ which redirects to /usermanagement/users/ in my application. I don'

Search options

2007-05-11 Thread Ivan Sagalaev
Hello! I'd like to ask everyone's opinion on implementing a search functionality in an app. The app is a forum that tends to be simple and pluggable. Now I'm on a quest of picking a right solution for searching and have stuck. My current thoughts and decision: - Searching using "like" db que

Re: OneToOneField - ModelInheritance - Documentation samples

2007-05-11 Thread Malcolm Tredinnick
On Fri, 2007-05-11 at 08:13 -0700, [EMAIL PROTECTED] wrote: > Hello again DjangoUsers, > > Thank you for your reply Malcolm, actually my problem remained in the > fact my own object name was not "Restaurant" but something like > "ItalianRestaurant", and I only tried to call it from places by > "i

Fwd: Nature # 1.2

2007-05-11 Thread Kooooool forwords
[image: 25876 * Mount Sneffels, Uncompahgre National Forest, Colorado * 1152 x 864 * (303KB)] [image: 25888 * Immovable Object, Irresistible Force * 1152 x 864 * (191KB)] [image

Re: Translation of class names

2007-05-11 Thread Maxim Bodyansky
В сообщении от Пятница 11 мая 2007 18:07 Vinay Sajip написал(a): > Yes indeed! I'm interested in any feedback, and > particularly from Joseph Kocherhans, whose ideas I used > from an earlier patch to the same ticket (#3591). If the > patch works for you - please take the trouble to feed > that ba

Re: OneToOneField - ModelInheritance - Documentation samples

2007-05-11 Thread [EMAIL PROTECTED]
Hello again DjangoUsers, Thank you for your reply Malcolm, actually my problem remained in the fact my own object name was not "Restaurant" but something like "ItalianRestaurant", and I only tried to call it from places by "italianRestaurant", as I would have done in Java reflect for example, I d

Re: DJANGO_SETTINGS_MODULE ERROR using Django models from python shell

2007-05-11 Thread Bruno Tikami
Malcolm, it works Thanks a lot, I shall delete the unecessary global settings. TKS!!! Tkm On 5/11/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > > Hi Bruno, > > On Fri, 2007-05-11 at 11:11 -0300, Bruno Tikami wrote: > > Hello Malcolm > > > > Thanks for you fast reply > > > > I'

Re: DJANGO_SETTINGS_MODULE ERROR using Django models from python shell

2007-05-11 Thread Malcolm Tredinnick
Hi Bruno, On Fri, 2007-05-11 at 11:11 -0300, Bruno Tikami wrote: > Hello Malcolm > > Thanks for you fast reply > > I'll try to put the missing settings on my project.settings . Do I > have to call configure() in some diferent way after I do that? I mean, > if my settings have all the global

Re: DJANGO_SETTINGS_MODULE ERROR using Django models from python shell

2007-05-11 Thread Bruno Tikami
Hello Malcolm Thanks for you fast reply I'll try to put the missing settings on my project.settings . Do I have to call configure() in some diferent way after I do that? I mean, if my settings have all the global settings... On 5/11/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > > On

Re: Translation of class names

2007-05-11 Thread Vinay Sajip
On May 11, 2:44 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > it doesn't look too bad from a quick scan. So now is a good time to > start getting real-world feedback and you guys can keep Vinay busy by > finding all the problems with it. :-) Yes indeed! I'm interested in any feedback, and

Re: Multiple Profiles

2007-05-11 Thread Amit Upadhyay
On 5/9/07, Vinay Sajip <[EMAIL PROTECTED]> wrote: > > One simple problem with Amit's approach, as written, is that you have > to deal with "fuser" and "duser", which feels a little kludgy (I > realise he was just demonstrating the concept, but the problem still > remains that you want to think of a

Re: Translation of class names

2007-05-11 Thread Malcolm Tredinnick
On Fri, 2007-05-11 at 06:39 -0700, Vinay Sajip wrote: > > > On May 11, 2:10 pm, Maximbo <[EMAIL PROTECTED]> wrote: > > > now i want modules to be called in russian. > > > > Are you want to translate name of module (app) or model (child of a > > models.Model class)? Is second case, you smoke a ba

Re: Translation of class names

2007-05-11 Thread Vinay Sajip
On May 11, 2:10 pm, Maximbo <[EMAIL PROTECTED]> wrote: > > now i want modules to be called in russian. > > Are you want to translate name of module (app) or model (child of a > models.Model class)? Is second case, you smoke a bamboo, because there > is no way to use i18n with module names :( AFA

Re: Translation of class names

2007-05-11 Thread Maximbo
> now i want modules to be called in russian. Are you want to translate name of module (app) or model (child of a models.Model class)? Is second case, you smoke a bamboo, because there is no way to use i18n with module names :( AFAIK P.S. Good forum about Django in Russian: http://www.softwarem

Re: DJANGO_SETTINGS_MODULE ERROR using Django models from python shell

2007-05-11 Thread Malcolm Tredinnick
On Fri, 2007-05-11 at 22:53 +1000, Malcolm Tredinnick wrote: [...] > Manual configuration isn't really designed to make it trivial to specify > your normal settings file and some overrides like you are trying to do > here. I should point out that there wasn't really any technical reason for this

Re: DJANGO_SETTINGS_MODULE ERROR using Django models from python shell

2007-05-11 Thread Malcolm Tredinnick
On Fri, 2007-05-11 at 09:41 -0300, Bruno Tikami wrote: > Hi! > > I'm trying to use Django models from a python script and I'm having > some settings problem. Even though I called settings.configure, it > keeps ordering for some other setting parameter. The error is listed > below. Any idea? > >

Re: First impression of django

2007-05-11 Thread Thomas Guettler
Am Freitag, 11. Mai 2007 14:09 schrieb Bram - Smartelectronix: > James Bennett wrote: > > On 5/11/07, Bram - Smartelectronix <[EMAIL PROTECTED]> wrote: > >> there should be a clear way to trigger exceptions when non-existing > >> variables are added to the templates. ... > But this could be easily

DJANGO_SETTINGS_MODULE ERROR using Django models from python shell

2007-05-11 Thread Bruno Tikami
Hi! I'm trying to use Django models from a python script and I'm having some settings problem. Even though I called settings.configure, it keeps ordering for some other setting parameter. The error is listed below. Any idea? $ python >>> import recorder >>> import recorder.settings >>> from dja

Re: OneToOneField - ModelInheritance - Documentation samples

2007-05-11 Thread Malcolm Tredinnick
On Fri, 2007-05-11 at 04:57 -0700, [EMAIL PROTECTED] wrote: > Hello Djangousers, > > I'm quite young with Django, so I apologize for my question. > > > I just tried to do exactly what is written on OneToOneField (http:// > www.djangoproject.com/documentation/models/one_to_one/) and > ModelInher

Re: First impression of django

2007-05-11 Thread Bram - Smartelectronix
James Bennett wrote: > On 5/11/07, Bram - Smartelectronix <[EMAIL PROTECTED]> wrote: >> there should be a clear way to trigger exceptions when non-existing >> variables are added to the templates. > > Again, the reasoning is that it's better to have an empty string (or > TEMPLATE_STRING_IF_INVALI

Re: First impression of django

2007-05-11 Thread James Bennett
On 5/11/07, Bram - Smartelectronix <[EMAIL PROTECTED]> wrote: > there should be a clear way to trigger exceptions when non-existing > variables are added to the templates. Again, the reasoning is that it's better to have an empty string (or TEMPLATE_STRING_IF_INVALID, if set) come back than to th

OneToOneField - ModelInheritance - Documentation samples

2007-05-11 Thread [EMAIL PROTECTED]
Hello Djangousers, I'm quite young with Django, so I apologize for my question. I just tried to do exactly what is written on OneToOneField (http:// www.djangoproject.com/documentation/models/one_to_one/) and ModelInheritance (http://code.djangoproject.com/wiki/ ModelInheritance). What I want

Re: Newforms and CSS classes

2007-05-11 Thread Christian Joergensen
Christian Joergensen wrote: >>> Is it possible to have css classes attached to newforms widgets? I would >>> like to be able to distinguish between fx. checkboxes, radio buttons, >>> submit buttons, text fields (which are all 's). > >> well, you can pass args={'class' : 'whatever'} to the widget's

Re: First impression of django

2007-05-11 Thread Bram - Smartelectronix
James Bennett wrote: >> TEMPLATE_STRING_IF_INVALID: The zen of python: "Errors should never pass >> silently.". I want an exception if the template can't resolve a variable. > > "Unless explicitly silenced." Django goes out of its way to advertise > that certain types of template errors will resu

Re: First impression of django

2007-05-11 Thread James Bennett
On 5/11/07, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > I can't speak for others, but I'd like to see a little more than that. > The Wiki page about schema evolution [1] has a decent set of ideas. > From that document, specifying raw SQL for model transforms is a > necessary, but not sufficie

Re: First impression of django

2007-05-11 Thread Russell Keith-Magee
On 5/11/07, James Bennett <[EMAIL PROTECTED]> wrote: > > On 5/11/07, Nic James Ferrier <[EMAIL PROTECTED]> wrote: > > Something needs to be done though... or ongoing maintenance of Django > > apps is going to be really hard. > > I haven't found it terribly hard with a little coding discipline; the

Re: adding XSLT templating to Django

2007-05-11 Thread Russell Keith-Magee
On 5/11/07, Nic James Ferrier <[EMAIL PROTECTED]> wrote: > > If there's any interest in this I'd consider trying to make my stuff > Django-fied enough to fit in sorta properly... maybe if you return a > special JSON/XSLT object to an HttpResponse or something. > > If anyone wants the xslt/json mod

Re: First impression of django

2007-05-11 Thread Nic James Ferrier
"James Bennett" <[EMAIL PROTECTED]> writes: > On 5/11/07, Nic James Ferrier <[EMAIL PROTECTED]> wrote: >> Something needs to be done though... or ongoing maintenance of Django >> apps is going to be really hard. > > I haven't found it terribly hard with a little coding discipline; the > way we've

Re: First impression of django

2007-05-11 Thread James Bennett
On 5/11/07, Nic James Ferrier <[EMAIL PROTECTED]> wrote: > Something needs to be done though... or ongoing maintenance of Django > apps is going to be really hard. I haven't found it terribly hard with a little coding discipline; the way we've handled it is to write the necessary SQL and commit i

Re: gettext and _: what changed?

2007-05-11 Thread Sandro Dentella
> No. Prior to 1.0 we are going to remove the implicit and automatic > aliasing of gettext() to _() throughout the code anyway. It's a bit of a > Python design wart -- i.e. they *really* didn't think it through. The > problem is that if you rely on the it always being in builtins, doctests > (and

Re: First impression of django

2007-05-11 Thread Nic James Ferrier
"James Bennett" <[EMAIL PROTECTED]> writes: > On 5/11/07, Thomas Guettler <[EMAIL PROTECTED]> wrote: >> First I missing a way to sync the database with the model. The command >> syncdb has a bad name. It should be called initdb. But you can live >> without autosync: Redirect the output of sqlall

Re: gettext and _: what changed?

2007-05-11 Thread Malcolm Tredinnick
On Fri, 2007-05-11 at 02:13 -0700, sandro dentella wrote: > Hi, > > here again... > > I think that this is an error, at least again a different behaviour > compared to version of some weeks ago (r4871) > > > ## english version gives no problem > (Pdb) print "New Ticket #%(id)s '%(title)s

adding XSLT templating to Django

2007-05-11 Thread Nic James Ferrier
I've been using Django for a few weeks now and I have to say, despite my general hatred of frameworks, I'm quite impressed with it. It is very fast to get up and going, the ORM works pretty well. New forms are really, really good. I don't like learning new template languages though... so I plugge

gettext and _: what changed?

2007-05-11 Thread sandro dentella
Hi, here again... I think that this is an error, at least again a different behaviour compared to version of some weeks ago (r4871) ## english version gives no problem (Pdb) print "New Ticket #%(id)s '%(title)s' for project %(project)s" % (Item(instance)) New Ticket #3 'test 3' for proje

Re: First impression of django

2007-05-11 Thread James Bennett
On 5/11/07, Thomas Guettler <[EMAIL PROTECTED]> wrote: > First I missing a way to sync the database with the model. The command > syncdb has a bad name. It should be called initdb. But you can live > without autosync: Redirect the output of sqlall to a file. Update model, > redirect the output aga

Re: First impression of django

2007-05-11 Thread Malcolm Tredinnick
Hey Thomas, Always interesting to hear people's first (and subsequent) impressions. Without disputing your observations, here are some of the reasons behind the things you've mentioned. Some are problems, some are just differences of opinion and cases where everybody cannot be pleased, regardless

Re: First impression of django

2007-05-11 Thread Nicola Larosa
Thomas Guettler wrote: > Background: I develop web applications with python since 6 years. > First with Zope, then with quixote and ZODB. > ... > I am sorry, but I don't like the template language. I have no problem to > have HTML in python code. Quixote's PTL is the best way I know of doing tha

First impression of django

2007-05-11 Thread Thomas Guettler
Hi, I learned django during the last days. Here are my impressions and some questions. Background: I develop web applications with python since 6 years. First with Zope, then with quixote and ZODB. I am missing a CurrencyField. It could be a subclass of FloatField but with a currency symbol. (