Opened 9 years ago
Closed 9 years ago
#26025 closed Uncategorized (invalid)
manage.py syncdb command isn't working
Reported by: | David | Owned by: | David |
---|---|---|---|
Component: | Uncategorized | Version: | 1.9 |
Severity: | Normal | Keywords: | manage.py, syncdb, cmd |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
when i type "manage.py syncdb" in my cmd, it opens manage.py file in my text editor instead of creating tables for my models.... how can i fix that.... ? thanks... (am a beginner in python and django programming...)
Change History (4)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
comment:4 by , 9 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Please see TicketClosingReasons/UseSupportChannels for ways to get help. Thanks!
Note:
See TracTickets
for help on using tickets.
Replying to davidmukiibi:
manage.py syncdb
is deprecated, try to usemanage.py migrate