--
Ticket URL: <https://code.djangoproject.com/ticket/26025>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => davidmukiibi
* needs_better_patch: => 0
* status: new => assigned
* needs_tests: => 0
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/26025#comment:1>
Comment (by kangfend):
Replying to [ticket:26025 davidmukiibi]:
> 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...)
`manage.py syncdb` is deprecated, try to use `manage.py migrate`
--
Ticket URL: <https://code.djangoproject.com/ticket/26025#comment:2>
Comment (by davidmukiibi):
i've tried that and its still doing the same....
--
Ticket URL: <https://code.djangoproject.com/ticket/26025#comment:3>
* status: assigned => closed
* resolution: => invalid
Comment:
Please see TicketClosingReasons/UseSupportChannels for ways to get help.
Thanks!
--
Ticket URL: <https://code.djangoproject.com/ticket/26025#comment:4>