[Django] #23963: Django 1.7.x for windows looks like older Django

7 views
Skip to first unread message

Django

unread,
Dec 5, 2014, 9:22:12 AM12/5/14
to django-...@googlegroups.com
#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.

Django

unread,
Dec 5, 2014, 9:24:04 AM12/5/14
to django-...@googlegroups.com
#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 | Resolution:
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
---------------------------+--------------------------------------
Changes (by bmispelon):

* 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>

Django

unread,
Dec 6, 2014, 11:30:59 AM12/6/14
to django-...@googlegroups.com
#23963: Django 1.7.x for windows looks like older Django
---------------------------+--------------------------------------
Reporter: aendinalt | Owner: nobody
Type: Bug | Status: closed
Component: Packaging | Version: 1.7
Severity: Normal | Resolution: worksforme
Keywords: | Triage Stage: Unreviewed

Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
---------------------------+--------------------------------------
Changes (by timgraham):

* status: new => closed
* resolution: => worksforme


--
Ticket URL: <https://code.djangoproject.com/ticket/23963#comment:2>

Django

unread,
Dec 8, 2014, 6:05:25 AM12/8/14
to django-...@googlegroups.com
#23963: Django 1.7.x for windows looks like older Django
---------------------------+--------------------------------------
Reporter: aendinalt | Owner: nobody
Type: Bug | Status: closed
Component: Packaging | Version: 1.7
Severity: Normal | Resolution: worksforme
Keywords: | Triage Stage: Unreviewed

Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
---------------------------+--------------------------------------
Description changed by aendinalt:

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>

Reply all
Reply to author
Forward
0 new messages