2
0
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:
substantialnoninfringinguser 2009-05-14 06:39:36 +01:00
parent c0b73d4777
commit 06487e5534

View File

@ -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 *