mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-03-03 17:09:37 +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.
|
||||||
@ -87,3 +87,5 @@ INSTALLED_APPS = (
|
|||||||
'troggle.expo',
|
'troggle.expo',
|
||||||
'troggle.imagekit',
|
'troggle.imagekit',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
from localsettings import * #localsettings needs to take precedence. Call it to override any existing vars.
|
Loading…
x
Reference in New Issue
Block a user