← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 501: add a missed point in the test of settings.ini.proto file path

 

------------------------------------------------------------
revno: 501
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Sun 2013-01-06 02:24:38 +0100
message:
  add a missed point in the test of settings.ini.proto file path 
modified:
  src/alfanous-django/settings.py


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'src/alfanous-django/settings.py'
--- src/alfanous-django/settings.py	2013-01-06 01:10:06 +0000
+++ src/alfanous-django/settings.py	2013-01-06 01:24:38 +0000
@@ -11,7 +11,7 @@
 # the file have to be a system-config like, ini-style file, see settings.ini.proto for a prototype
 configFile = "./settings.ini.proto" # e,g. '/etc/whatever/settings.ini'
 
-if configFile == "settings.ini.proto":
+if configFile == "./settings.ini.proto":
     print "WARNING: You need to specify a reliable path to the config file, see settings.py"