commit | 8a867eb7a53c07daad75129e16aa3950ec123e84 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Tue Apr 22 13:50:26 2014 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Tue Apr 22 13:50:26 2014 -0700 |
tree | 024211af75820320fab8f74f091320a5b38292f2 | |
parent | 26d69d7465e3e4098b5935ae484e894d074ae4ab [diff] |
GEOIP_PATH for geoip calculations in views.py
diff --git a/planetstack/planetstack/settings.py b/planetstack/planetstack/settings.py index a19c591..d706245 100644 --- a/planetstack/planetstack/settings.py +++ b/planetstack/planetstack/settings.py
@@ -3,6 +3,8 @@ # Django settings for planetstack project. from config import Config config = Config() + +GEOIP_PATH = "/usr/share/GeoIP" DEBUG = True TEMPLATE_DEBUG = DEBUG