#Web SIG
Code example used in the tutorial series on Django Authentication.
Na raiz do projecto
```bash
pipenv shell
pipenv install django
migrations:
python manage.py migrate
Conexão com postgres
pip install psycopg2
levantar o servidor
python manage.py runserver
Disponivel em 127.0.0.1:8000 ou http://localhost:8000/
https://www.javatpoint.com/django-crud-example https://rayed.com/posts/2018/05/django-crud-create-retrieve-update-delete/ https://github.com/d-m/django-modal-forms/blob/master/test_app/templates/test_app/home.html