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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_simple_accounts-0.1.0.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.0.tar.gz
Algorithm Hash digest
SHA256 a297cf622b59080cb58bdab08afc347e20270c167ea3f323731dda0ad0bcf211
MD5 0707c2231dd45484411a3ddceca082ba
BLAKE2b-256 f8b462eea1579beef8d99941e5c02921bc9ed97d1ceabe39396d4b4832afc5dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_simple_accounts-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 67cca34d8e1f72696aba5902db0b20c0fee2a20222cd94b8d22ef0b7dffd99a3
MD5 5de08021a8ab82697103d642344d63b5
BLAKE2b-256 16b2a40944fd7a9fe1164a824737836c36fb2761203458f86dcf8e61f6f4dff7

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