aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/script_util.py
AgeCommit message (Collapse)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
svn path=/branches/tk685/; revision=5757
2013-04-03Use rpki.autoconf instead of whacky generated script headers. MoreRob Austein
cleanup along these lines still to be done, but this is a start. svn path=/trunk/; revision=5257
2013-03-26set rpki.config.default_dirname from rpki.gui.autoconf.sysconfdir to the ↵Michael Elkins
need to any calling scripts to do the same thing svn path=/trunk/; revision=5236
2013-03-26convert the two remaining scripts using ↵Michael Elkins
$top/buildtools/make-django-script.py to using rpki.gui.script_util.setup() instead so we can get rid of the build script svn path=/trunk/; revision=5233
2013-03-26setting INSTALLED_APPS is not required when accessing existing db tables.Michael Elkins
svn path=/trunk/; revision=5232
2013-03-26add new rpki.gui.script_util.setup() that does the ORM setup for standalone ↵Michael Elkins
scripts so that we don't need to set $DJANGO_SETTINGS_MODULE or $PYTHONPATH. this is similar to what irdbd does. svn path=/trunk/; revision=5225