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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccd1e1ee363287c428283f70e08cd18f2418f426117ea11448a3ceff4878a831
|
|
| MD5 |
417e318e6dc0b979d67848af295db5f7
|
|
| BLAKE2b-256 |
817ac7c704ac2ee8b48187b144e3abb9fa1019095fb7549b319f02ab3ad763ed
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
846b8d862cd530acca7c420fc1ddaf7a971fed223fbb73fdccd78025ddb8e6c7
|
|
| MD5 |
169f85d9705ec7b852ff9fc54c4bc2c7
|
|
| BLAKE2b-256 |
336d81d528eaa57e1d27e39a1517d53aa38f65cc2bd242bae6ab9a533cf79145
|