A django app for basic utilities - change password, reset password
Project description
=====
Account Utils
=====
Accountutils is a simple django application to facilitate basic functionalities, like forgot password, change password, for api based projects.
Quick start
-----------
1. Add "accountutils" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'accountutils',
]
2. Include the accountutils URLconf in your project urls.py like this::
url('utils/', include('accountutils.urls')),
3. Run `python manage.py migrate` to create the accountutils models.
Account Utils
=====
Accountutils is a simple django application to facilitate basic functionalities, like forgot password, change password, for api based projects.
Quick start
-----------
1. Add "accountutils" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'accountutils',
]
2. Include the accountutils URLconf in your project urls.py like this::
url('utils/', include('accountutils.urls')),
3. Run `python manage.py migrate` to create the accountutils models.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-accountutils-0.2.tar.gz
.
File metadata
- Download URL: django-accountutils-0.2.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37b9a0907b4f335f08cc94c6a255ead50e605bdcbf703a7b8129a6da91362012 |
|
MD5 | 88ed670edfca81ce1757f9acd46d6129 |
|
BLAKE2b-256 | e4c14631080345ebfbec54811068294e420941c9e2577ed3bbd87d1cbdef844e |
File details
Details for the file django_accountutils-0.2-py3-none-any.whl
.
File metadata
- Download URL: django_accountutils-0.2-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 558d51f61c026b032eb6fd798bebb1948952cebf9fdc5a8fbde6b71de9a5bfa0 |
|
MD5 | 272adb77dca87d7fe59bc001c5daa66a |
|
BLAKE2b-256 | 166777184ee1f286c82379eea8fdfad645a802dd2e9c137a019ebf1aa9ef1a1f |