Changes in INSTALL [8fdcce4:88eba7a]
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r8fdcce4 r88eba7a 115 115 116 116 ADMINS = telemeta requires that you indicate an administrator here 117 DATABASE S = your database setting dict(don't forget to create the database if needed)117 DATABASE_* = your database settings (don't forget to create the database if needed) 118 118 MEDIA_ROOT = absolute path to the media directory you just created 119 119 INSTALLED_APPS = add 'telemeta' to the tuple 120 120 121 121 Add the following variables: 122 123 TEMPLATE_CONTEXT_PROCESSORS = (124 'django.core.context_processors.request',125 'django.core.context_processors.auth',)126 122 127 123 TELEMETA_ORGANIZATION = name of the organization which hosts this installation
Note: See TracChangeset
for help on using the changeset viewer.
