home / django_tickets / tickets

tickets: 2905

This data as json

id created changetime last_pulled_from_trac stage status component type severity version resolution summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
2905 2006-10-12 13:03:53 2012-01-07 22:03:42 2022-03-06 03:27:16.899878 Someday/Maybe closed Core (Other) New feature Normal   invalid Django needs a one-click installation routine for shared hosting providers Django is picking up steam, but installing it on a mainstream shared hosting provider (such as DreamHost) is something of a pain. I propose that some kind of script should be created that makes all the necessary steps of installing/creating a Django app on a shared host, including creating a demo app that tests the environment. This will ease the problems on the mailing list that are actually django configuration errors. Also, error handling between django/flup/FastCGI is a mess. Random 500 server errors, the error log is redirected to apache's error log. This is a problem, as minor errors (like missing favicons, robots.txt) seem to cause trouble to FastCGI processes, resulting to unstable apps. Also, most hosts seem to kill sleeping processes, or prevent the spawning of more processes above a certain limited. This should be a setting in Django/flup, ie. how many processes to spawn. Maybe a periodic restart (using cron jobs?) of fastcgi processes is needed too. nobody orestis@orestis.gr   0 0 0 0 0 0
Powered by Datasette · Queries took 1.001ms