#23963: Django 1.7.x for windows looks like older Django
----------------------------+--------------------
     Reporter:  aendinalt   |      Owner:  nobody
         Type:  Bug         |     Status:  new
    Component:  Packaging   |    Version:  1.7
     Severity:  Normal      |   Keywords:
 Triage Stage:  Unreviewed  |  Has patch:  0
Easy pickings:  0           |      UI/UX:  0
----------------------------+--------------------
 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!

--
Ticket URL: <https://code.djangoproject.com/ticket/23963>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/052.06ba944acd103054224af8ff29f92ebe%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to