Opened 10 years ago
Last modified 10 years ago
#23963 closed Bug
Django 1.7.x for windows looks like older Django — at Initial Version
Description ¶
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 preparent properly.
Thanks!
Note:
See TracTickets
for help on using tickets.