From 9aa4f71e89de9e9189571c68ba1589024f77d71a Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 8 Oct 2015 02:17:47 +0000 Subject: 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 --- rpki/pubd.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rpki/pubd.py') 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 -- cgit v1.2.3