Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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 Andrey Matukhno)

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 Baptiste Mispelon, 10 years ago

Hi,

Did you have another version of Django installed before?
What happens when you run django-admin.py --version?

Thanks.

comment:2 by Tim Graham, 10 years ago

Resolution: worksforme
Status: newclosed

comment:3 by Andrey Matukhno, 10 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top