mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-01-19 17:32:31 +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 urlparse
|
||||
# Django settings for troggle project.
|
||||
@ -88,3 +87,5 @@ INSTALLED_APPS = (
|
||||
'troggle.expo',
|
||||
'troggle.imagekit',
|
||||
)
|
||||
|
||||
from localsettings import *
|
Loading…
Reference in New Issue
Block a user