diff options
author | Rob Austein <sra@hactrn.net> | 2015-10-08 02:17:47 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-10-08 02:17:47 +0000 |
commit | 9aa4f71e89de9e9189571c68ba1589024f77d71a (patch) | |
tree | 3be02352f5ca4b3816b44246c294ddfa7c176e05 /rpki/pubd.py | |
parent | 3284d6687e0712cb78536be126d461833899e618 (diff) |
Initial sorta-mostly-working with Django 1.8. Incredibly noisy due to
incomprehensible advance depreciation warnings for Django 1.9.
svn path=/branches/tk705/; revision=6100
Diffstat (limited to 'rpki/pubd.py')
-rw-r--r-- | rpki/pubd.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rpki/pubd.py b/rpki/pubd.py index 71a62fee..335e9174 100644 --- a/rpki/pubd.py +++ b/rpki/pubd.py @@ -95,6 +95,9 @@ class main(object): if self.profile: logger.info("Running in profile mode with output to %s", self.profile) + import django + django.setup() + global rpki import rpki.pubdb |