Skip to content

Instantly share code, notes, and snippets.

@oliverdaff
Created September 4, 2011 11:38
Show Gist options
  • Save oliverdaff/1192725 to your computer and use it in GitHub Desktop.
Save oliverdaff/1192725 to your computer and use it in GitHub Desktop.
simpledb_dev with updated version to 2009-04-15
MAX_DOMAINS = 100
THIS_DIR = os.path.dirname(sys.argv[0])
DATA_DIR = os.path.join(THIS_DIR, 'data')
if not os.path.exists(DATA_DIR):
os.mkdir(DATA_DIR)
- VERSION = '2007-11-07'
+ VERSION = '2009-04-15'
#Enable to turn off template caching etc.
DEV_MODE = False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment