Skip to main content

Django account manager

Project description

Django Account

Account app for the Django framework provides an email based user object

Simple usage

Install by running pip install djaccount

Add the following settings to your settings.py file

INSTALLED_APPS = [
  # contrib and other apps here
  'account',
  # some more custom apps here
]
AUTH_USER_MODEL = 'account.Account'
LOGIN_URL = '/account/login/'
LOGIN_REDIRECT_URL = '/account/'
LOGOUT_REDIRECT_URL = '/'

Add the account URLs to your urls.py file

urlpatterns = [
  path('account/', include('account.urls', namespace='account')),
]

Run django-admin migrate

License

See LICENSE

Some of the initial work was made as part of my job at Sync.me

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

djaccount-0.1.0.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

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

djaccount-0.1.0-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

File details

Details for the file djaccount-0.1.0.tar.gz.

File metadata

  • Download URL: djaccount-0.1.0.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.15 {"installer":{"name":"uv","version":"0.11.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.23.4","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for djaccount-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ccd1e1ee363287c428283f70e08cd18f2418f426117ea11448a3ceff4878a831
MD5 417e318e6dc0b979d67848af295db5f7
BLAKE2b-256 817ac7c704ac2ee8b48187b144e3abb9fa1019095fb7549b319f02ab3ad763ed

See more details on using hashes here.

File details

Details for the file djaccount-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: djaccount-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 9.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.15 {"installer":{"name":"uv","version":"0.11.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.23.4","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for djaccount-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 846b8d862cd530acca7c420fc1ddaf7a971fed223fbb73fdccd78025ddb8e6c7
MD5 169f85d9705ec7b852ff9fc54c4bc2c7
BLAKE2b-256 336d81d528eaa57e1d27e39a1517d53aa38f65cc2bd242bae6ab9a533cf79145

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