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

1. Install by running `pip install djaccount`

2. Add the following settings to your `settings.py` file
```python
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 = '/'
```

3. Add the account URLs to your `urls.py` file
```python
urlpatterns = [
url(r'^account/', include('account.urls', namespace='account')),
]
```

4. Run `django-admin migrate`

## Integrated usage

**TBD**

## License

See [LICENSE](LICENSE)

Some of the work was made as part of my job at [Sync.me](https://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.0.6b2.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

djaccount-0.0.6b2-py3-none-any.whl (9.2 kB view details)

Uploaded Python 3

File details

Details for the file djaccount-0.0.6b2.tar.gz.

File metadata

  • Download URL: djaccount-0.0.6b2.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for djaccount-0.0.6b2.tar.gz
Algorithm Hash digest
SHA256 e28810ee5926cb86bd49c6c1864c5596e21c05623ed25c47f49aaeb591a8e48a
MD5 0504b6e3a66698c22e3a1fc882da1d5a
BLAKE2b-256 8c650996a8a5d94fe9ee95e86ad6adfcf83ae0185ed785e544ce4aeb016e226e

See more details on using hashes here.

File details

Details for the file djaccount-0.0.6b2-py3-none-any.whl.

File metadata

File hashes

Hashes for djaccount-0.0.6b2-py3-none-any.whl
Algorithm Hash digest
SHA256 12270cc7e5287f77985f9634e36383d6c93d3d8a79f8c8ccf3edb147159e4e18
MD5 169842cf14d43b97549cbdfab5673811
BLAKE2b-256 433765f2749163bd8b76df6e6189edd27dcaee87ef47e2f00b4130310a8d2b94

See more details on using hashes here.

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