0 purchases
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.