Skip to main content

Django accounts site

Project description

Django Accounts

Django accounts site

Simple usage

  1. Install by running the following command

    pip install django-simple-accounts
    
  2. Add the following settings to your settings.py file

    INSTALLED_APPS = [
        'accounts',
        # etc
    ]
    
    # example custom for accounts settings 
    LOGIN_URL = '/login/'
    ACCOUNTS = dict(
        LOGIN_URL='/login/',
        LOGIN_REDIRECT_URL='/',
    )
    
  3. Add the account URLs to your urls.py file

    from django.urls import path, include
    
    urlpatterns = [
        path('', include("accounts.urls")),
    ]
    

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

django_simple_accounts-0.1.1.tar.gz (14.5 kB view details)

Uploaded Source

Built Distribution

django_simple_accounts-0.1.1-py3-none-any.whl (23.2 kB view details)

Uploaded Python 3

File details

Details for the file django_simple_accounts-0.1.1.tar.gz.

File metadata

  • Download URL: django_simple_accounts-0.1.1.tar.gz
  • Upload date:
  • Size: 14.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.8.0-45-generic

File hashes

Hashes for django_simple_accounts-0.1.1.tar.gz
Algorithm Hash digest
SHA256 fcf3db28d8c620449a4336228c90698c75a2c8089f6573099db11c95a25f2169
MD5 7363f82549db9a420ed5453dc791363b
BLAKE2b-256 2d6f8d930dc6f81962895d5927eee7730bf306794d1756298cb85d04d6878262

See more details on using hashes here.

File details

Details for the file django_simple_accounts-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for django_simple_accounts-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0035d45cb15a2827c5fca67c510934d0c42e0afdc3b36d4261de42566f6b1e37
MD5 b85dcb319b952eadb1a644b3f169dd0f
BLAKE2b-256 74a4780d72c7d4dac9cd7265fd62d8aaf34383d39516817d76cae761bec5ad88

See more details on using hashes here.

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