Skip to content

hermanmaleiane/turismo_django

Repository files navigation

#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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published