mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-01-31 23:42:31 +00:00
[svn] semi ugly hack...
This commit is contained in:
parent
5f93301493
commit
b4c1d0cbb9
@ -1,4 +1,4 @@
|
|||||||
from localsettings import *
|
from localsettings import * #inital localsettings call so that urljoins work
|
||||||
import os
|
import os
|
||||||
import urlparse
|
import urlparse
|
||||||
# Django settings for troggle project.
|
# Django settings for troggle project.
|
||||||
@ -86,4 +86,6 @@ INSTALLED_APPS = (
|
|||||||
'troggle.profiles',
|
'troggle.profiles',
|
||||||
'troggle.expo',
|
'troggle.expo',
|
||||||
'troggle.imagekit',
|
'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