- Timestamp:
- 12/04/12 14:00:53 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mauRepo/MolesManager/trunk/src/MolesManager/settings.py
r8219 r8224 200 200 MIGRATION = 'migration' 201 201 #MIGRATION_DB_CONNECTION = 'postgresql://user:pws@host:port/dbName' 202 203 202 MIGRATION_DB_CONNECTION = 'PG_MIGRATION_DB_CONNECTION' 204 203 from libs.migration.db.migrationTables import doTables as doMigration 205 204 MIGRATION_DB_SCRIPT = doMigration 206 205 206 #INFO_DB_CONNECTION = 'postgresql://user:pws@host:port/dbName' 207 INFO_DB_CONNECTION = 'PG_INFO_DB_CONNECTION' 208 209 207 210 RUN_MIGRATION = False 208 211 #Default to one day
Note: See TracChangeset
for help on using the changeset viewer.