Changeset 7a986f2


Ignore:
Timestamp:
Jul 3, 2012, 2:58:36 AM (13 years ago)
Author:
MIT Association of Student Activities <asa@…>
Branches:
master, space-access, stable, stage
Children:
cd98e17
Parents:
7e8ea71
git-author:
Alex Dehnert <adehnert@…> (07/03/12 02:58:36)
git-committer:
MIT Association of Student Activities <asa@…> (07/03/12 02:58:36)
Message:

Enable the messages framework

It appears that reversion depends upon it, and who are we to argue with
our library providers...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/settings.py

    r7e8ea71 r7a986f2  
    8585
    8686TEMPLATE_CONTEXT_PROCESSORS = (
     87    "django.contrib.messages.context_processors.messages",
    8788    "django.contrib.auth.context_processors.auth",
    8889    "django.core.context_processors.debug",
     
    99100    'django.middleware.csrf.CsrfViewMiddleware',
    100101    'reversion.middleware.RevisionMiddleware',
     102    'django.contrib.messages.middleware.MessageMiddleware',
    101103]
    102104
     
    125127    'django.contrib.auth',
    126128    'django.contrib.contenttypes',
     129    'django.contrib.messages',
    127130    'django.contrib.sessions',
    128131    'django.contrib.sites',
Note: See TracChangeset for help on using the changeset viewer.