As far as I can see, django-admin.py doesn't have a subcommand called
init.
Where you meaning syncdb or startapp or start project or ?
Have you done manage.py validate to check your syntax and then
manage.py syncdb to upload your new schema to the database?
Also check your settings.py file that you have your DATABASE settings
correct:
DATABASE_NAME
DATABASE_ENGINE
DATABASE_USER
DATABASE_PASSWORD
DATABASE_HOST
DATABASE_PORT

hope this helps.
-carol

On Sep 18, 2:55 pm, KillaBee <[EMAIL PROTECTED]>
wrote:
> 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