Developed with:
- Python
- Django
- Postgresql
- HTML
- CSS
Attention:
To hide sensitive values in the settings.py file, such as directions and passwords, I use Python Decouple.
Instructions at https://pypi.org/project/python-decouple/
In your project, rename the file '.env.example' to '.env' and make the necessary changes to your data.
Atenção:
Para esconder valores sensiveis no arquivo settings.py, tais como direções e senhas utilizo Python Decouple.
Instruções em https://pypi.org/project/python-decouple/
No seu projecto, mude o nome do arquivo '.env.example' para '.env' e faça as alterações necessárias com os seus dados.