telescoop-auth 0.0.8

Creator: danarutscher

Last updated:

Add to Cart

Description:

telescoopauth 0.0.8

Telescoop Auth
Quick start

Add "Telescop Auth" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'telescoop_auth',
]


Update AUTH_USER_MODEL

In your settings.py, set AUTH_USER_MODEL = 'telescoop_auth.User'


Include the Telescop Auth URLconf in your project urls.py like this::
path('auth/', include('telescoop_auth.urls')),


Run python manage.py migrate to create the auth models.

License

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

Customer Reviews

There are no reviews.