{{{
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.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
Hi,
Did you have another version of Django installed before?
What happens when you run `django-admin.py --version`?
Thanks.
--
Ticket URL: <https://code.djangoproject.com/ticket/23963#comment:1>
* status: new => closed
* resolution: => worksforme
--
Ticket URL: <https://code.djangoproject.com/ticket/23963#comment:2>
Old 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!
New 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 prepared properly.
Thanks!
--
--
Ticket URL: <https://code.djangoproject.com/ticket/23963#comment:3>