Metadata-Version: 2.1
Name: dnoticias_backoffice
Version: 1.1.6
Home-page: https://www.dnoticias.pt/
Author: Pedro Mendes
Author-email: pedro.trabalho.uma@gmail.com
Maintainer: Nelson Gonçalves
Maintainer-email: ngoncalves@dnoticias.pt
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE

=====
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
-----------

1. Add "dnoticias_backoffice" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [
        ...
        'dnoticias_backoffice',
    ]

2. Include the dnoticias_backoffice URLconf in your project urls.py like this::

    path('auth/', include('dnoticias_backoffice.urls')),

3. Run ``python manage.py migrate`` to create the polls models.

4. Add the necessary settings variables
