Opened 15 years ago

Closed 14 years ago

#12061 closed (invalid)

new installation method for Django Python 2.6.3

Reported by: flebber Owned by: nobody
Component: Documentation Version: 1.1
Severity: Keywords: pypm
Cc: srid 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 Alex Gaynor)

For ease of use in python 2.6.3, django can now be installed by using pypm(like apt-get for python).

for example

C:\Documents and Settings\flebber>pypm install django
Get: [pypm.activestate.com] :repository-index:
autosync: synced 1 repositories
Ready to perform these actions:
The following packages will be installed:
 django-1.1.1
Get: [pypm.activestate.com] django 1.1.1-1
Installing django-1.1.1
Fixing script C:\Documents and Settings\flebber\Application Data\Python\Scripts\
django-admin.py
C:\Documents and Settings\flebber>python
ActivePython 2.6.3.7 (ActiveState Software Inc.) based on
Python 2.6.3 (r263:75183, Oct  5 2009, 14:41:55) [MSC v.1500 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
>>>

Change History (4)

comment:1 by flebber, 15 years ago

C:\Documents and Settings\flebber>pypm install django
Get: [pypm.activestate.com] :repository-index:
autosync: synced 1 repositories
Ready to perform these actions:
The following packages will be installed:
 django-1.1.1
Get: [pypm.activestate.com] django 1.1.1-1
Installing django-1.1.1
Fixing script C:\Documents and Settings\flebber\Application Data\Python\Scripts\
django-admin.py
C:\Documents and Settings\flebber>python
ActivePython 2.6.3.7 (ActiveState Software Inc.) based on
Python 2.6.3 (r263:75183, Oct  5 2009, 14:41:55) [MSC v.1500 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
>>>

comment:2 by Alex Gaynor, 15 years ago

Description: modified (diff)

Fixed formatting.

comment:3 by srid, 15 years ago

Cc: srid added

The status of django in the PyPM repository can be found here: http://pypm.activestate.com/list-d.html#django

Note that if a module is released on PyPI, the PyPM repository will usually contain that the very next day.

comment:4 by Russell Keith-Magee, 14 years ago

Resolution: invalid
Status: newclosed

I'm not sure what the call to action is here. Django doesn't mention any other packaging tool (pip, easy_install), so I'm not sure where you think this should be mentioned in the docs.

Note: See TracTickets for help on using tickets.
Back to Top