criar um repositório novo
- git checkout -b main
- git init
- git add file.ext
- git commit -m 'commit Close #1'
- git remote add origin https://github.com/username/repository_name.git
- git push -u origin main
clonar o repositório
- python3 -m venv venv
- source venv/bin/activate
- pip install django
- pip install pillow
- pip install python-dotenv
- pip install django-widget-tweaks
- pip install django-bootstrap-form
- JQuery / ajax para atualizar saldo de estoque
- python3 manage.py makemigrations
- python3 manage.py migrate
- python3 manage.py runserver

