mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 07:11:52 +00:00
[svn] semi ugly hack...
This commit is contained in:
parent
d8a215a575
commit
f27d5988f0
@ -1,4 +1,4 @@
|
||||
from localsettings import *
|
||||
from localsettings import * #inital localsettings call so that urljoins work
|
||||
import os
|
||||
import urlparse
|
||||
# Django settings for troggle project.
|
||||
@ -86,4 +86,6 @@ INSTALLED_APPS = (
|
||||
'troggle.profiles',
|
||||
'troggle.expo',
|
||||
'troggle.imagekit',
|
||||
)
|
||||
)
|
||||
|
||||
from localsettings import * #localsettings needs to take precedence. Call it to override any existing vars.
|
Loading…
Reference in New Issue
Block a user