#1545 closed defect (invalid)
DB Initialization in Tutorial does not work.
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 0.91 |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
After doing what the tutorial says:
Run the following command to initialize your database with Django's core database tables:
python manage.py init
If you don't see any errors, it worked.
I've got the following error message: The database couldn't be initialized. an integer is required.
I already tried "." or "" in the database_host variable.
Note:
See TracTickets
for help on using tickets.
Try changing your DATABASE_PORT setting to an integer.
Also, note that the ticket system is meant for bugs, not support questions. Please direct further questions to the django-users mailing list. It just helps keep us saner in maintaining this part of the site. Thanks!