aboutsummaryrefslogtreecommitdiff
path: root/rpkid/portal-gui/settings.py.in
AgeCommit message (Expand)Author
2013-04-04pull SECRET_KEY from rpki.conf if present, otherwise generate a random valueMichael Elkins
2013-04-04set settings.STATIC_ROOT from rpki.autoconf.datarootdir instead of substituti...Michael Elkins
2013-04-04no longer necessary to set rpki.config.default_dirname from settings.pyMichael Elkins
2013-03-26rollback the change in [5093] since that only applied to DEBUG=True and we no...Michael Elkins
2013-03-26conditional get support is no longer needed. it was added for the long forgo...Michael Elkins
2013-03-26configure logging support to go both to apache.log and to email the admins up...Michael Elkins
2013-03-26send email error reports to root@localhost by defaultMichael Elkins
2013-03-26we should not be shipping the gui with DEBUG=TrueMichael Elkins
2013-03-06revert [5096]Michael Elkins
2013-03-03move build-time generated configuration to local_settings.py and leave settin...Michael Elkins
2013-03-01change rpki.gui.models.IPV6AddressField.get_db_prep_value() to return `long` ...Michael Elkins
2012-11-26remove dependence on django-crispy-forms by including a basic form template f...Michael Elkins
2012-11-26configure now sets STATIC_ROOT in settings.pyMichael Elkins
2012-11-26rewrite ghostbuster_{create,edit} not to use generic viewsMichael Elkins
2012-11-25do not display part of the vcard that are disallowed by RFCMichael Elkins
2012-11-23snapshot of work in progressMichael Elkins
2012-11-22commiting work in progressMichael Elkins
2012-11-21update templates to use twitter bootstrap 2.2.1Michael Elkins
2012-11-14When adding a prefix/AS to a child, verify that it does notMichael Elkins
2012-11-10initial support for using django south on rpki.gui.appMichael Elkins
2012-06-28determine a timezone that is similar to UTC at runtime when settings.py is lo...Michael Elkins
2012-06-28change default TIME_ZONE to UTC from GMT, since the former is the preferred n...Michael Elkins
2012-01-17remove django admin site from installed appsMichael Elkins
2012-01-17import initial cut at rpki.gui.routeview appMichael Elkins
2012-01-14first cut at move to rpki.irdbMichael Elkins
2011-12-09Set the default location for rpki.conf from ${sysconfdir} instead of hardcodi...Michael Elkins
2011-12-08Use mysql as the db backend for django.Michael Elkins
2011-11-23remove features that depend on django 1.3, so that portal gui works with djan...Michael Elkins
2011-11-10move settings.py for portal gui django app to ${sysconfdir}/rpki since it rea...Michael Elkins