django-auth-api 0.1

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangoauthapi 0.1

Django-authapi is a app that provide all urls four your authentication in your backend api.
Detailed documentation is in the “docs” directory.

Quick start

Add “api” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'api',
]

Include the api URLconf in your project urls.py like this:
path('api/', include('api.urls')),



Run python manage.py makemigrations api to make migrations for this app .


Run python manage.py migrate to create the api models.
Start the development server and visit http://127.0.0.1:8000/admin/
to see docs (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/api/ to participate all urls related to authentication backend api.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.