Skip to main content

Django simple account

Project description

GihHub Action GitHub last commit https://api.codacy.com/project/badge/Grade/45d420b488fd452cae355db78f7e1e96 Requirements Status pypi license

Requirements

  • Python 3.6+

  • A supported version of Django (currently 3.x)

Getting It

You can get Django simple account by using pip:

$ pip install django-simple-account

If you want to install it from source, grab the git repository from GitHub and run setup.py:

$ git clone git://github.com/kostya-ten/django_simple_account.git
$ cd django_simple_account
$ python setup.py install

Installation

To enable django_simple_account in your project you need to add it to INSTALLED_APPS in your projects settings.py

INSTALLED_APPS = (
    # ...
    'django_simple_account',
    # ...
)

Enable context_processors

TEMPLATES = [
    {
        'BACKEND': 'django.template.backends.django.DjangoTemplates',
        'DIRS': [],
        'APP_DIRS': True,
        'OPTIONS': {
            'context_processors': [
                # ....
                'django_simple_account.context_processors.settings',
            ],
        },
    },
]

Add urls.py in project

urlpatterns = [
    # ...
    path('accounts/', include('django_simple_account.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-account-0.0.8.tar.gz (895.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_simple_account-0.0.8-py3-none-any.whl (904.9 kB view details)

Uploaded Python 3

File details

Details for the file django-simple-account-0.0.8.tar.gz.

File metadata

  • Download URL: django-simple-account-0.0.8.tar.gz
  • Upload date:
  • Size: 895.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for django-simple-account-0.0.8.tar.gz
Algorithm Hash digest
SHA256 87401cb8e01ffa4342dae05cfe6cfaa9c66226031732f2a79acff76aba059eae
MD5 e67c4ee6b2d75835f72025af0a7ecf57
BLAKE2b-256 6b10512e7d9e40beb5e79ac0b2c47872564bc8ba5caead2e33b3b9752b66194a

See more details on using hashes here.

File details

Details for the file django_simple_account-0.0.8-py3-none-any.whl.

File metadata

  • Download URL: django_simple_account-0.0.8-py3-none-any.whl
  • Upload date:
  • Size: 904.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for django_simple_account-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 97ad1d3403a2a58531f5a85f59fd994ccdeca76dc7da983f71c55b5b4efe3f98
MD5 315aeae62c4dd0143acb9e3f4534c3dc
BLAKE2b-256 1529c940fe6cdd3cb63e6bfc9b196b0cfeae74a425dd64f8958eacdfed6b095b

See more details on using hashes here.

Supported by

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