Changeset b6c6871 for example/sandbox_sqlite/settings.py
- Timestamp:
- 03/21/12 16:21:08 (14 months ago)
- Branches:
- master, crem, crem2, dev, dev2, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test
- Children:
- aa83e80
- Parents:
- 32b2f85
- git-author:
- yomguy <yomguy@…> (03/21/12 16:21:08)
- git-committer:
- yomguy <yomguy@…> (03/21/12 16:21:08)
- File:
-
- 1 edited
-
example/sandbox_sqlite/settings.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
example/sandbox_sqlite/settings.py
r1c9efe4 rb6c6871 106 106 'jsonrpc', 107 107 'south', 108 'sorl.thumbnail', 108 109 ) 109 110 … … 118 119 TELEMETA_GMAP_KEY = 'ABQIAAAArg7eSfnfTkBRma8glnGrlxRVbMrhnNNvToCbZQtWdaMbZTA_3RRGObu5PDoiBImgalVnnLU2yN4RMA' 119 120 TELEMETA_CACHE_DIR = MEDIA_ROOT + 'cache' 120 TELEMETA_EXPORT_CACHE_DIR = TELEMETA_CACHE_DIR + "/export"121 TELEMETA_EXPORT_CACHE_DIR = MEDIA_ROOT + 'export' 121 122 TELEMETA_DATA_CACHE_DIR = TELEMETA_CACHE_DIR + "/data" 122 123
Note: See TracChangeset
for help on using the changeset viewer.
