Commit Graph

7 Commits (8f2d59cdcdee0050feece79465d1a6c5c903ecf5)

Author SHA1 Message Date
Anthony b749c5022f Settings and public domain restructure (#1829)
This performs some needed changes for readthedocs.com as well as for making the .org have knowledge of a secondary hosting domain:

Move settings to class based settings, it's far easier to manage with nested settings
Try to serve all docs (private or public) from the PUBLIC_DOMAIN, if it is set.
Remove old settings files that aren't used. Postgres settings were mostly our old production settings, that file shouldn't exist anymore. onebox.py was never used, and sqlite.py is basically just dev.py. For local postgres development, override DATABASES in local_settings.py, which should already be the case.
Settings for additional URL confs were added for override
2016-04-14 14:58:28 -07:00
Eric Holscher daa7d4db3c Fix manage.py 2015-07-28 16:12:10 -07:00
Eric Holscher 166a766b21 Remove silly manage.py 2014-12-09 10:57:12 -08:00
Eric Holscher e89f5911e2 Add top-level manage.py 2013-11-25 21:31:43 -08:00
Eric Holscher 7ff959cfc7 Massive refactor into a package. 2011-02-16 20:37:35 -08:00
Eric Holscher a8aad50811 Make a settings directory and have manage.py default to sqlite. 2010-08-14 00:45:05 -05:00
Charles Leifer f0ef1a6000 Initial commit of project files 2010-08-14 00:06:52 -05:00