mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-01-20 01:42:30 +00:00
[svn] localsettings should override settings, so the import should be at the bottom of the file, unless someone has a better way of doing this
This commit is contained in:
parent
b1cc5ce6b5
commit
c4ff04c357
@ -1,4 +1,3 @@
|
|||||||
from localsettings import *
|
|
||||||
import os
|
import os
|
||||||
import urlparse
|
import urlparse
|
||||||
# Django settings for troggle project.
|
# Django settings for troggle project.
|
||||||
@ -88,3 +87,5 @@ INSTALLED_APPS = (
|
|||||||
'troggle.expo',
|
'troggle.expo',
|
||||||
'troggle.imagekit',
|
'troggle.imagekit',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
from localsettings import *
|
Loading…
Reference in New Issue
Block a user