Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 265 Bytes

INSTALL.md

File metadata and controls

9 lines (6 loc) · 265 Bytes

Installation of django-urlauth

pip install django-urlauth-egguy

configuration

  • Add urlauth to INSTALLED_APPS
  • Put `urlauth.middleware.AuthKeyMiddleware' into MIDDLEWARES (between SessionMiddleware and AuthenticationMiddleware)
  • Do syncdb or migrate