Usage
Installation
To use dj-apis-allauth, first install it using pip:
$ pip install dj-apis-allauth
Creating Registration and login API Endpoints
To retrieve a list of random ingredients,
you can use the lumache.get_random_ingredients() function:
The kind parameter should be either "meat", "fish",
or "veggies". Otherwise, lumache.get_random_ingredients()
will raise an exception.
For example:
>>> import dj_apis_allauth
>>> dj_apis_allauth.views