Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 406 Bytes

install.rst

File metadata and controls

19 lines (11 loc) · 406 Bytes

Installation

You can install Django REST Registration latest version via pip:

pip install django-rest-registration

Or install directly from source via GitHub:

pip install git+https://github.com/apragacz/django-rest-registration

Once you installed Django REST Registration you should configure it which is described in the next step <quickstart>.