Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 221 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 221 Bytes

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'