mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-01-19 09:22:32 +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
c0b73d4777
commit
06487e5534
@ -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