I am working with django .90, and and 1.0. I have a Mysql db in
setting.py that I can login with Mysql Admin.
I am trying to link Django with this DB. I run this command to do
this.

django-admin.py init   I get this error.

The database couldn't be initialized.
an integer is required

I edited the httpd.conf and put this in:

<location "/">

    SetHandler python-program

    PythonHandler django.core.handlers.modpython

    SetEnv DJANGO_SETTINGS_MODULE intraweb.settings

    PythonPath "['/home/bryant/Django-0.90/django.90_projects'] +
sys.path"

</location>

Any idea what has to be and integer?
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to