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.3.tar.gz (14.5 kB view details)

Uploaded Source

Built Distribution

django_simple_accounts-0.1.3-py3-none-any.whl (23.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_simple_accounts-0.1.3.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.3.tar.gz
Algorithm Hash digest
SHA256 234087e71f6cc4e08c07977af1f246e553f2dd129856dfab1f396f4946bbb011
MD5 6f56e3c23b5af30f754e65b1e73119c6
BLAKE2b-256 cc70ed294624ef096c4a051c123eac0360543ef23cc8c8ca12ed722de12c1600

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_simple_accounts-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 348f2e36aae1db3f9fae72813911746dc6984c2dd530e02cec6b0eaeb8a5d5f1
MD5 56b4aab76e3d20b55172f643aaed44ff
BLAKE2b-256 6f1c04e76a1907d162213678a8979aa477f53de006a02fc7e9fb356709fe022c

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