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.3a1.tar.gz (5.1 kB view details)

Uploaded Source

File details

Details for the file djaccount-0.0.3a1.tar.gz.

File metadata

  • Download URL: djaccount-0.0.3a1.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for djaccount-0.0.3a1.tar.gz
Algorithm Hash digest
SHA256 48de6a7539e591635005f591fdcef0c8d20b3d2b4421c8c83963e78a58d2c85e
MD5 9da6f82e1b2af5d65b6ba76798565599
BLAKE2b-256 fd6b2a005bf8090feff530172a474abb3cfa918603142dac900e40921f7b7f0d

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