~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to settings.py

  • Committer: franku
  • Date: 2016-06-05 20:58:46 UTC
  • mto: This revision was merged to the branch mainline in revision 409.
  • Revision ID: somal@arcor.de-20160605205846-sc6gb6xx34v5fcwq
added django_tracking as wl app; some nits

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
    'django_comments',
81
81
    'nocaptcha_recaptcha',
82
82
    # Thirdparty apps, but need preload
83
 
#    'tracking',
 
83
    'tracking',
84
84
 
85
85
    # Our own apps
86
86
    'wiki.templatetags.restructuredtext',
129
129
    # Remove this, when load gets to high or attachments are enabled
130
130
    'django.middleware.gzip.GZipMiddleware',
131
131
    'pagination.middleware.PaginationMiddleware',
132
 
    #    'tracking.middleware.VisitorTrackingMiddleware',
133
 
    #    'tracking.middleware.VisitorCleanUpMiddleware',
 
132
    'tracking.middleware.VisitorTrackingMiddleware',
 
133
    'tracking.middleware.VisitorCleanUpMiddleware',
134
134
)
135
135
 
136
136
TEMPLATES = [