I got an archive and installed Django on my Windows machine. I set up
settings to

DATABASE_ENGINE = 'mysql' # 'postgresql', 'mysql', 'sqlite3' or
'ado_mssql'.
DATABASE_NAME = 'django'             # Or path to database file if
using sqlite3.
DATABASE_USER = 'root'             # Not used with sqlite3.
DATABASE_PASSWORD = ''         # Not used with sqlite3.
DATABASE_HOST = 'localhost'             # Set to empty string for
localhost. Not used with sqlite3.
DATABASE_PORT = '3306'             # Set to empty string for default.
Not used with sqlite3.


"python manage.py runserver command" works, but "python manage.py init"
doesn't work - it fails with error message "The database couldn't be
initialized. an integer required". I am sure I set up database settings
correctly :-/.

Suggest me please where I am wrong?

TIA


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to