add geo info to user table

This commit is contained in:
j 2011-12-03 17:17:07 +01:00
commit 3de8bbe367
5 changed files with 65 additions and 1 deletions

View file

@ -43,6 +43,7 @@ APPEND_SLASH = False
# Example: "/home/media/media.lawrence.com/"
MEDIA_ROOT = normpath(join(PROJECT_ROOT, '..', 'data'))
STATIC_ROOT = normpath(join(PROJECT_ROOT, '..', 'static'))
GEOIP_PATH = normpath(join(PROJECT_ROOT, '..', 'data', 'geo'))
# URL that handles the media served from MEDIA_ROOT. Make sure to use a
# trailing slash if there is a path component (optional in other cases).