Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#9911 closed (invalid)

Online Docs: Debian django version update

Reported by: ed42 Owned by: nobody
Component: Documentation Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The current supported Django versions should be updated here:
http://docs.djangoproject.com/en/dev/misc/distributions/

I just installed on Debian via:

aptitude install -t testing python-django

and got version 1.02.
The current text may make Debian users believe they better install Django manually, that'd be sad.

Newer Versions may also be valid for "stable" Debian as well as for FreeBSD (should be 1.02 as well).

Furthermore I propose that this page:
http://docs.djangoproject.com/en/dev/howto/deployment/

be complemented with links to to the ../misc/distributions URL from above as well as this one:
http://code.djangoproject.com/wiki/django_apache_and_mod_wsgi

Because without WSGI configuration the command line functions work but one will not see the web server working.

Change History (3)

comment:1 by Jacob, 15 years ago

milestone: 1.1
Triage Stage: UnreviewedAccepted

comment:2 by Tim Graham, 15 years ago

Resolution: invalid
Status: newclosed

This ticket has been deprecated by #10424. Distro-specific material will be moved to the Django Wiki.

comment:3 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

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