Django Rest Authentication System
Project description
=====
Rest-Accounts
=====
Rest-Accounts is a simple app to handle REST implementation of `Django <https://www.djangoproject.com/>`_ authentication
system. **rest-accounts** library provides a set of `Django Rest Framework <http://www.django-rest-framework.org/>`_
views to handle basic actions such as create-user, create-token,password
reset and account activation.
Detailed documentation is in the "docs" directory.
Requirements
============
To be able to run **rest-accounts** you have to meet following requirements:
- Python (3.5, 3.6)
- Django (2.0,2.1)
- Django REST Framework (3.7, 3.8)
Installation
============
Simply install using ``pip``:
.. code-block:: bash
$ pip install rest-accounts
Quick start
-----------
1. Add "polls" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'accounts',
]
2. Include the polls URLconf in your project urls.py like this::
path('accounts/', include('accounts.urls')),
3. Start the development server::
python manage.py runserver,
4. Manage your accounts
Rest-Accounts
=====
Rest-Accounts is a simple app to handle REST implementation of `Django <https://www.djangoproject.com/>`_ authentication
system. **rest-accounts** library provides a set of `Django Rest Framework <http://www.django-rest-framework.org/>`_
views to handle basic actions such as create-user, create-token,password
reset and account activation.
Detailed documentation is in the "docs" directory.
Requirements
============
To be able to run **rest-accounts** you have to meet following requirements:
- Python (3.5, 3.6)
- Django (2.0,2.1)
- Django REST Framework (3.7, 3.8)
Installation
============
Simply install using ``pip``:
.. code-block:: bash
$ pip install rest-accounts
Quick start
-----------
1. Add "polls" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'accounts',
]
2. Include the polls URLconf in your project urls.py like this::
path('accounts/', include('accounts.urls')),
3. Start the development server::
python manage.py runserver,
4. Manage your accounts
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
rest-accounts-0.1.tar.gz
(8.7 kB
view details)
File details
Details for the file rest-accounts-0.1.tar.gz.
File metadata
- Download URL: rest-accounts-0.1.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.5.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a7a911d8e572cf524effe0c481a2b587a8dcb7f38409d5a1bb6ef71c745584a
|
|
| MD5 |
e4cbc089e7defda8913629037569b24c
|
|
| BLAKE2b-256 |
e5f33783d2915432ba460d3b49d32a089d924b5555f56d2e40a3c0c672d5e93c
|