Baltrunas / django-accounts-v1

!!! DEPRECATED !!!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-accounts

Install

  • add to urls.py url(r'^accounts/', include('accounts.urls')),
  • add to INSTALLED_APPS in settinhs.py 'accounts',
  • add in settings.py
AUTH_PROFILE_MODULE = 'accounts.User'

About

!!! DEPRECATED !!!


Languages

Language:Python 100.0%