Skip to main content

Django simple account

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')),
]

Release files for django-simple-account 0.0.18

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-simple-account 0.0.18
File Size Uploaded
django-simple-account-0.0.18.tar.gz 896.0 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for django-simple-account 0.0.18
File Interpreter ABI Platform
django_simple_account-0.0.18-py3-none-any.whl Python 3 none any Details

Total release size: 1.8 MB

Release files / django-simple-account-0.0.18.tar.gz

Download URL django-simple-account-0.0.18.tar.gz
Size 896.0 kB
Tags Source
SHA-256 checksum
How to use checksums
31fbdfa3b8c7d692c1ce3d8a09969155061f63d3fdbd9d2ab396693402c22843
BLAKE2b-256 checksum
How to use checksums
23dd0c021382247b57909e1dec6b5c0795e7c57b39cf75caffa5b2e6f5be50e3
Upload date
Uploaded using Trusted Publishing?
What is 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.3

Release files / django_simple_account-0.0.18-py3-none-any.whl

Download URL django_simple_account-0.0.18-py3-none-any.whl
Size 905.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
5fa52fbe2785bb8e4ba01107e751540715e55507ec089f6ee59dd5c951e534e2
BLAKE2b-256 checksum
How to use checksums
ac5aceb8e8f3efe03d045d4a0a05b86fdff819550789c33bf6cfa99f36219274
Upload date
Uploaded using Trusted Publishing?
What is 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.3

Release history Release notifications | RSS feed

This release

0.0.18 This release

2 release files

0.0.17

2 release files

0.0.16

2 release files

0.0.15

2 release files

0.0.14

2 release files

0.0.13

2 release files

0.0.12

2 release files

0.0.11

2 release files

0.0.10

2 release files

0.0.9

2 release files

0.0.8

2 release files

0.0.7

2 release files

0.0.6

2 release files

0.0.5

2 release files

0.0.4

2 release files

0.0.3

2 release files

0.0.2

2 release files

0.0.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page