Skip to main content

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

Project details


Release history Release notifications | RSS feed

This version

0.1

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page