Changeset ae93183
- Timestamp:
- 04/18/12 12:26:29 (13 months ago)
- Branches:
- master, crem, crem2, dev, dev2, diadems, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test
- Children:
- af2a6ed
- Parents:
- b7b071c
- git-author:
- yomguy <yomguy@…> (04/18/12 12:26:29)
- git-committer:
- yomguy <yomguy@…> (04/18/12 12:26:29)
- File:
-
- 1 edited
-
example/sandbox_sqlite/settings.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
example/sandbox_sqlite/settings.py
r47b7698 rae93183 66 66 # in apps' "static/" subdirectories and in STATICFILES_DIRS. 67 67 # Example: "/home/media/media.lawrence.com/static/" 68 STATIC_ROOT = '/ data/telemeta/static/'68 STATIC_ROOT = '/home/dev/telemeta/static/' 69 69 70 70 # URL prefix for static files. … … 133 133 'django.core.context_processors.request', 134 134 'django.contrib.auth.context_processors.auth', 135 "django.core.context_processors.i18n", 136 "django.core.context_processors.media", 137 'django.core.context_processors.static', 135 138 ) 136 139
Note: See TracChangeset
for help on using the changeset viewer.
