A reusable Django Accounts apps built on Django Rest Framework for fast REST development.
Project description
Django Rest Accounts
Django Rest Accounts is a Django app built on Django Rest Framework for easier account management for REST apps.
Quick Start
- Add
accounts
to your INSTALLED_APPS like this::
INSTALLED_APPS = [
...,
"accounts",
]
- Include the accounts URLconf in your project urls.py like this::
path('accounts/', include('accounts.urls')),
- In your settings.py set the
AUTH_USER_MODEL = "accounts.User"
-
Run
python manage.py migrate
to create authentication models. -
Start the development server and visit http://127.0.0.1:8000
-
URL Configuration
URLConf | |
---|---|
LOGIN | /login/ |
REGISTER | /register/ |
LOGOUT | /logout/ |
Project made and maintained by Kumar Aditya
Project details
Release history Release notifications | RSS feed
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 djangorestaccounts-0.1.1.tar.gz
.
File metadata
- Download URL: djangorestaccounts-0.1.1.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35ffaa4a6b15ac8e7e632129aaa379722b5d3a1b02c5fa015e511613613c2d64 |
|
MD5 | 10c26e33f3762a055e975b61a0a66cdd |
|
BLAKE2b-256 | 2e1de335d38c798614ea19e7a88837a68e150d587d5ea410b6b1aa317cb26177 |
Provenance
File details
Details for the file djangorestaccounts-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: djangorestaccounts-0.1.1-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7614df16ffaa68ba6180652f37cc76b3faa2c76beb3f6553d0123890c306a58 |
|
MD5 | 023412077fe12e18172fb271eba889d2 |
|
BLAKE2b-256 | eb66f787cd43fa088f41dc44b3200b1fd55f04b7f9b84a4bbb2652b95110a123 |