Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1545 closed defect (invalid)

DB Initialization in Tutorial does not work.

Reported by: javierhf7@… 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.

Change History (2)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: invalid
Status: newclosed

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!

comment:2 by Adrian Holovaty, 18 years ago

milestone: Version 0.91

Milestone Version 0.91 deleted

Note: See TracTickets for help on using tickets.
Back to Top