Re: django-admin.py validate

2007-07-27 Thread yml
Hello, This is the webpage you are looking for: http://www.djangoproject.com/documentation/settings/ you should read the section called : "The django-admin.py utility" and according to the os you are running you should set this variable. I hope that help On Jul 27, 3:11 pm, arf_cri <[EMAIL

Re: django-admin.py validate

2007-07-27 Thread arf_cri
I forgot to say that I don't know how to make it work... if it is not obvious :). On Jul 27, 3:07 pm, arf_cri <[EMAIL PROTECTED]> wrote: > Traceback (most recent call last): > File "/usr/bin/django-admin.py", line 5, in ? > management.execute_from_command_line() > File

django-admin.py validate

2007-07-27 Thread arf_cri
Traceback (most recent call last): File "/usr/bin/django-admin.py", line 5, in ? management.execute_from_command_line() File "/usr/lib/python2.4/site-packages/django/core/management.py", line 1563, in execute_from_command_line from django.utils import translation File

django-admin.py validate

2005-08-14 Thread Adrian Holovaty
I've added a "validate" action to django-admin.py: "django-admin.py validate". It validates all installed models, according to your INSTALLED_APPS setting. Currently, it only handles common errors, but we'll be improving it each time we come across a potential model s