Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#3674 closed (invalid)

Webserver configuration

Reported by: jlann@… Owned by: Adrian Holovaty
Component: Core (Other) Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

We're trying to set up a django framework for our developers on a webserver running rhel es4. We can't use python 2.4 because redhat won't support it. Now we can't use 2.3 because of the recent bug. What version of Django should my developers be using, and what version of python should we install to make this framework work for our web applications. Because of our corporate policies, we can't do anything to the OS that will cause RedHat to not support the installation, like installing 2.4. What have others done to remedy this issue.

Change History (3)

comment:1 by Ramiro Morales <rm0 _at_ gmx.net>, 18 years ago

Resolution: invalid
Status: newclosed

Please don't use this ticket system to post this kind of "end user support" questions. It is used in the development of Django itself. Use the django-users mail list for that.

There is a "Read this first" section in the ticket creation page that tells you exactly this.

comment:2 by James Bennett, 18 years ago

(and for what it's worth, the checking on #3625 should fix this bug)

in reply to:  1 comment:3 by anonymous, 18 years ago

Replying to Ramiro Morales <rm0 _at_ gmx.net>:

Please don't use this ticket system to post this kind of "end user support" questions. It is used in the development of Django itself. Use the django-users mail list for that.

There is a "Read this first" section in the ticket creation page that tells you exactly this.

Please accept my apology for not following the rules. I've reposted to the appropriate location.

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