Changes related to Upgrading Django version.
Also, restructuring of the Settings file into a BMON-specific file and then a file containing Settings that are generally the same across BMON installations. This settings_common.py file can be put under source control and updated as needed over time.
Showing
bmon/settings_common.py
0 → 100644
bmon/settings_patch.py
0 → 100644
| ... | ... | @@ -5,9 +5,9 @@ |
| # Django is needed but it will be installed through the Webfaction control | ||
| # panel | ||
| # Django==1.7.3 | ||
| # Django==1.10.2 | ||
| django-extensions==1.4.9 | ||
| django-extensions==1.7.4 | ||
| # numpy==1.9.1 must be installed prior to running this requirements file | ||
| # due to numexpr install requiring it. | ||
| ... | ... |
Please register or sign in to comment