Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 637 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 637 Bytes

#Web SIG

Code example used in the tutorial series on Django Authentication.

Correr o Project localmente

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