File: settings_autoauth.py

package info (click to toggle)
python-django-ordered-model 3.7.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 592 kB
  • sloc: python: 2,139; sh: 38; makefile: 11
file content (3 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (2)
1
2
3
from tests.settings import *

MIDDLEWARE.append("tests.autoauth.AutoAuthenticationMiddleware")