Skip to main content

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

Project description

https://badge.fury.io/py/fyndata-django-accounts.svg https://circleci.com/gh/fyndata/gcp-utils-python/tree/develop.svg?style=shield https://codecov.io/gh/fyndata/fyndata-django-accounts/branch/develop/graph/badge.svg

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

Documentation

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

Quickstart

Install Fyndata Django Accounts:

pip install fyndata-django-accounts

Add it to your INSTALLED_APPS:

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

Add Fyndata Django Accounts’s URL patterns:

urlpatterns = [
    ...
    path('', include('fd_dj_accounts.urls')),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.0.1 (2019-02-19)

  • 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.0.tar.gz (13.6 kB view hashes)

Uploaded Source

Built Distribution

fyndata_django_accounts-0.1.0-py3-none-any.whl (14.2 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