A simple catalog.
A simple catalog.
- add to urls.py url(r'^accounts/', include('accounts.urls')),
- add to INSTALLED_APPS in settinhs.py 'accounts',
- add to settings.py AUTH_PROFILE_MODULE = 'accounts.UserProfile'
Just use...
- Check old pass when pass changing
- Check user name when user name changing
- Edit account
- README.md
- PEP-8
- Update README.md