Skip to main content

Reusable Django app to replace the default Django user (account) model.

Project description

PyPI package version Python versions License

Reusable Django app to replace the default Django user (account) model.

Documentation

The full documentation is at https://fyndata-django-accounts.readthedocs.io.

Status

CI status Code coverage Code Climate maintainability Documentation

Quickstart

Install FD Django Accounts:

pip install fyndata-django-accounts

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'fd_dj_accounts',
    ...
)

Set the following Django standard settings:

AUTHENTICATION_BACKENDS = [
    'fd_dj_accounts.auth_backends.AuthUserModelAuthBackend',
]
AUTH_USER_MODEL = 'fd_dj_accounts.User'

and the following settings created by this app:

APP_ACCOUNTS_SYSTEM_USERNAME = 'accounts-system-user@localhost'  # arbitrary value

Features

  • TODO

Developers

See ‘CONTRIBUTING.rst’.

Tests

Requirements:

pip install -r requirements_test.txt

Run test suite for all supported Python versions and run tools for code style analysis, static type check, etc:

make test-all
make lint

Check code coverage of tests:

make test-coverage
make test-coverage-report-console

Credits

Tools used in rendering this package:

History

unreleased (YYYY-MM-DD)

0.1.2 (2020-06-08)

  • (PR #10, 2020-04-13) Update readme

  • (PR #11, 2020-06-08) config: Improve support for multiple Python versions to CircleCI

  • (PR #12, 2020-06-08) Update test dependencies ‘mypy’ and ‘psycopg2’

  • (PR #13, 2020-06-08) Add Python 3.8 support

0.1.1 (2019-02-21)

  • setup: fix missing package data files

0.1.0 (2019-02-21)

  • First implementation.

  • First release on PyPI.

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

fyndata-django-accounts-0.1.2.tar.gz (14.8 kB view hashes)

Uploaded Source

Built Distribution

fyndata_django_accounts-0.1.2-py3-none-any.whl (14.9 kB view hashes)

Uploaded Python 3

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