Changeset 1de230f for asadb/settings.py


Ignore:
Timestamp:
Aug 24, 2011, 2:42:50 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
7b57a9b
Parents:
3107c52
git-author:
Alex Dehnert <adehnert@…> (08/24/11 02:42:35)
git-committer:
Alex Dehnert <adehnert@…> (08/24/11 02:42:50)
Message:

Add group search

This introduces a dependency on django-filters ---
https://github.com/alex/django-filter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/settings.py

    rf07e84b r1de230f  
    55SITE_ROOT = os.path.normpath(os.path.dirname(__file__))
    66SITE_WEB_PATH = ''
    7 
    87
    98DEBUG = False
     
    105104    'django.contrib.sites',
    106105    'form_utils',
     106    'django_filters',
    107107    'reversion',
    108108    'south',
Note: See TracChangeset for help on using the changeset viewer.