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

Uploaded Source

Built Distribution

django_simple_accounts-0.1.2-py3-none-any.whl (23.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_simple_accounts-0.1.2.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.2.tar.gz
Algorithm Hash digest
SHA256 51583e2dfe1b63a3476f5d7e810db1155031fbf20f8820bc43421f2f1ed824b2
MD5 ccd0d4a8e8a57c5b05f1db5712e578b4
BLAKE2b-256 6e8160bc72c32652c874e1f39033eea82a0b6c5d811828d59235622ca30bf41d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_simple_accounts-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d296121144af5ae9f05bd243cd40f793e2e662015d2a8c04c546d5328be9d10a
MD5 a43c07764eb3852126ca1e2c1da830e7
BLAKE2b-256 2d313c0a949cfdea2dc93bba8ecfdf62a41a9f60694383b5a7e6374136f59167

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