Skip to content

rg3915/estoque

Repository files navigation

Estoque

Controle de estoque

Como rodar o projeto?

  • Clone esse repositório.
  • Crie um virtualenv com Python 3.
  • Ative o virtualenv.
  • Instale as dependências.
  • Rode as migrações.
git clone https://github.com/rg3915/estoque.git
cd estoque
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python contrib/env_gen.py
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

Modelo

models.png

Links

python-decouple

package-of-the-week-python-decouple

github.com/rg3915/tutoriais django-basic

bootstrap starter-template

emmet

start.html

django-widget-tweaks

Class Based View - ccbv.co.uk

form-inline

form-inline-cbv

django-bootstrap-form

Paginação - gist

Paginação - Bootstrap