#23963 closed Bug (worksforme)
Django 1.7.x for windows looks like older Django — at Version 3
Description (last modified by ) ¶
GIVEN I'm on Windows 7
WHEN I run the following commands
pip install django==1.7 django-admin.py startproject testproject cd testproject manage.py -h
THEN I see syncdb but don't see migrations in available commands.
It seems that windows package on PyPi aren't prepared properly.
Thanks!
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:3 by , 10 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
Hi,
Did you have another version of Django installed before?
What happens when you run
django-admin.py --version
?Thanks.