#23963 closed Bug (worksforme)
Django 1.7.x for windows looks like older Django
| 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 (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 , 11 years ago
comment:2 by , 11 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
comment:3 by , 11 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.