Skip to content

Commit

Permalink
Update templatesAndSettings/settings/development.py
Browse files Browse the repository at this point in the history
setting fix based on travis
  • Loading branch information
Miguel Leon committed Oct 18, 2018
1 parent 3b6724d commit 173e091
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions templatesAndSettings/settings/development.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
DEBUG = True
""" END DEBUG CONFIGURATION """

""" EXPORTDB FLAG CONFIGURATION - if set to true this will use Camel case table names for SQLite"""
EXPORTDB = False
""" EXPORTDB FLAG CONFIGURATION """
""" EXTRA VARIABLES CONFIGURATION -"""
EXPORTDB = False # if set to true this will use Camel case table names for SQLite
UTC_OFFSET = -4
PYTHON_PATH = ''
""" EXTRA VARIABLES CONFIGURATION """

""" TRAVIS CONFIGURATION """
TRAVIS_ENVIRONMENT = False
Expand Down Expand Up @@ -112,4 +114,4 @@
"linktext" : "The name of my site",
"link" : "http://mysiteswegpage.page/",
}
""" END DATA DISCLAIMER CONFIGURATION """
""" END DATA DISCLAIMER CONFIGURATION """

0 comments on commit 173e091

Please sign in to comment.