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
Reported by: | Andrey Matukhno | Owned by: | nobody |
---|---|---|---|
Component: | Packaging | Version: | 1.7 |
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
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.