Skip to main content

A Django app to manage authentication.

Project description

Telescoop Auth

Quick start

  1. Add "Telescop Auth" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
    ...
    'telescoop_auth',
]
  1. Update AUTH_USER_MODEL

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

  1. Include the Telescop Auth URLconf in your project urls.py like this::

    path('auth/', include('telescoop_auth.urls')),

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

telescoop-auth-0.0.8.tar.gz (8.0 kB view hashes)

Uploaded Source

Built Distribution

telescoop_auth-0.0.8-py3-none-any.whl (11.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page