forked from expo/troggle
[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 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