Changeset 8492
- Timestamp:
- 07/08/12 17:27:27 (8 years ago)
- Location:
- mauRepo/MolesManager/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
mauRepo/MolesManager/trunk/cedaMoles/MolesManager/settings.py
r8488 r8492 232 232 INFO_DB_CONNECTION = os.environ['INFO_DB_CONNECTION'] 233 233 234 RUN_MIGRATION = False234 RUN_MIGRATION = True 235 235 #Default to one day 236 236 MIGRATION_INTERVAL = 86400 237 237 238 238 # Set this boolean to include static URL patterns for CSS, JS, etc. in urls.py 239 SERVE_STATIC_CONTENT = True239 SERVE_STATIC_CONTENT = False 240 240 241 241 reportMigrationTo = ['maurizio.nagni@stfc.ac.uk', 'm.nagni@gmail.com'] -
mauRepo/MolesManager/trunk/cedaMoles/MolesManager/settings_local.py
r8488 r8492 2 2 # Override settings.py for local configuration here 3 3 # 4 #MOLES3_DB_CONNECTION = 'postgresql://badc:rotyn217m@neptune.badc.rl.ac.uk:5432/Moles3_dev1' 5 #MIGRATION_DB_CONNECTION = 'postgresql://badc:rotyn217m@neptune.badc.rl.ac.uk:5432/Moles3_dev1' 6 #INFO_DB_CONNECTION = 'postgresql://cedainfo:ler239b@bora.badc.rl.ac.uk:5432/cedainfo' 4 RUN_MIGRATION = False 5 SERVE_STATIC_CONTENT = True -
mauRepo/MolesManager/trunk/cedaMoles/tests/testconfig.py
r8488 r8492 32 32 ''' 33 33 34 #MIGRATION_DB_CONNECTION = 'postgresql://badc:rotyn217m@neptune.badc.rl.ac.uk:5432/Moles3_dev1'35 #MOLES3_DB_CONNECTION = 'postgresql://badc:rotyn217m@neptune.badc.rl.ac.uk:5432/Moles3_dev1'36 #INFO_DB_CONNECTION = 'postgresql://cedainfo:ler239b@bora.badc.rl.ac.uk:5432/cedainfo'37 38 34 import os 39 35 -
mauRepo/MolesManager/trunk/resources/pylintrc
r8491 r8492 50 50 51 51 # Disable the message(s) with the given id(s). 52 disable -msg=W031252 disable=W0312 53 53 54 54
Note: See TracChangeset
for help on using the changeset viewer.