Re: ProgrammingError: relation "django_content_type" already exists

2016-05-30 Thread 'Lenz' via Django users
Thanks Tim! Running manage.py migrate --fake-initial solved the problem! Am Freitag, 10. April 2015 02:40:56 UTC+2 schrieb Tim Graham: > > Hi Mike, > > Take a look at the migrate --fake-initial option. It's new in 1.8. In 1.7, > --fake-initial was an implicit default, but we decided to make it

Re: Selecting an E-commerce Application

2012-01-16 Thread Lenz Hirsch
ng on the requirements i would choose one of those two. Cheers, Lenz -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to d

Re: override base translations in your project

2010-05-17 Thread lenz
Thanks for your reply. I used makemessages and compilemessages. The path in the project is correct - the fault was just in my question. On 17 Mai, 16:25, Ramiro Morales <cra...@gmail.com> wrote: > On Sun, May 16, 2010 at 7:46 PM, lenz <lenz.hir...@web.de> wrote: > >

Re: override base translations in your project

2010-05-17 Thread lenz
Thanks for your reply. I used makemessages and compilemessages. The path in the project is correct - the fault was just in my question. On 17 Mai, 16:25, Ramiro Morales <cra...@gmail.com> wrote: > On Sun, May 16, 2010 at 7:46 PM, lenz <lenz.hir...@web.de> wrote: > >

Re: override base translations in your project

2010-05-17 Thread lenz
excepto for those > copied from the third party app, working fine? > > Nuno > > > > On Sun, May 16, 2010 at 11:46 PM, lenz <lenz.hir...@web.de> wrote: > > The Django docs tell that it is possible to "overridebase > >translationsin your project path"

override base translations in your project

2010-05-16 Thread lenz
r "Applikation" How to override translations of third party apps the right way? Thanks Lenz -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from

Re: Missing calender button in Django Administration

2008-05-30 Thread lenz
Seems that everything is ok if i use the latest svn version of django! Maybe the calender is just a new feature? But i am working with tutorial for 0.96 So maybe a failure in the tut! But how can new features get into to old tutorials? Anyway - sorry for bothering! Lenz On May 30, 2:41 pm

Missing calender button in Django Administration

2008-05-30 Thread lenz
works fine except that the calender button, the today link, the clock button and the now link are missing. I am using django Version 0.96.2 on Mac OS X Thanks in advance! Lenz --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Update Trac?

2006-02-19 Thread Christopher Lenz
If any help is needed, please let me know... would be glad to help out. Cheers, Chris (Trac developer and new Django user) -- Christopher Lenz cmlenz at gmx.de http://www.cmlenz.net/ --~--~-~--~~~---~--~~ You received this message because you are subs

Re: mod_python log

2005-11-28 Thread Christopher Lenz
.conf dependency, I'm running SuSE 9.3 with minimal tweaks. You need to explicitly flush the output as it's being buffered: print >> sys.stderr, "Hey" sys.stderr.flush() Cheers, Chris -- Christopher Lenz cmlenz at gmx.de http://www.cmlenz.net/

Re: mod_python log

2005-11-27 Thread Christopher Lenz
o reflect this. Actually, AFAIK, you can do: print >> sys.stderr, "Hello" to get messages into the Apache error log. I.e. print to stderr instead of stdout. Cheers, Chris -- Christopher Lenz cmlenz at gmx.de http://www.cmlenz.net/

Re: ANN: New document: How to serve static files

2005-11-27 Thread Christopher Lenz
is considered insecure? Thanks, Chris -- Christopher Lenz cmlenz at gmx.de http://www.cmlenz.net/

Re: Django Trac Spam

2005-11-24 Thread Christopher Lenz
Chris -- Christopher Lenz cmlenz at gmx.de http://www.cmlenz.net/