aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
AgeCommit message (Collapse)Author
2013-04-30Add improved pagination from layerindex-webPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-04-29Move all templates to a templates directoryPaul Eggleton
This should allow the templates to be found and swapped out more easily. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-04-29settings.py: set DEFAULT_FROM_EMAILPaul Eggleton
This is needed for the registration system Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-04-29settings.py: add clickjacking protectionPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-04-29settings.py: Clear SECRET_KEY valuePaul Eggleton
This should be set when the application is deployed, not set to some default value out of the box. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-04-29Add copyright notices for Django project template filesPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-12-06settings.py: add note about using the full path to the dbPaul Eggleton
If using sqlite3, the full path should be specified, otherwise if the import script or possibly other scripts are run from another directory they won't find the correct database file. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-12-06settings.py: set login redirect URL to sensible defaultPaul Eggleton
Ensure we get redirected to the default URL for the main page of the application. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-12-06Remove references to "warningmanager" directory namePaul Eggleton
This allows the application to be installed in a directory with any name rather than forcing it to be called "warningmanager". Fixes [YOCTO #3412]. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-09Initial version of buildhistory warnings web applicationPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>