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