No project description provided
Project description
===== dnoticias_backoffice
dnoticias_backoffice is a Django app to make the authentication in the DNOTICIAS PLATFORMS.
Detailed documentation is in the "docs" directory.
Quick start
-
Add "dnoticias_backoffice" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'dnoticias_backoffice', ]
-
Include the dnoticias_backoffice URLconf in your project urls.py like this::
path('auth/', include('dnoticias_backoffice.urls')),
-
Run
python manage.py migrate
to create the polls models. -
Add the necessary settings variables
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
Close
Hashes for dnoticias_backoffice-1.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05e4a88094e0e02041c9f5955672b3ec87c8976b5cc2675b66c0da0f7f2d4d91 |
|
MD5 | 6d7f2a92d434366416d57c5c8f5458de |
|
BLAKE2b-256 | 66b0102c4c2300aa8b5fdf98f77066c057901612d094d177be603ef0fb50c2da |