Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rg3915/estoque
Controle de estoque
https://github.com/rg3915/estoque
bootstrap4 django estoque jquery python3
Last synced: 13 days ago
JSON representation
Controle de estoque
- Host: GitHub
- URL: https://github.com/rg3915/estoque
- Owner: rg3915
- Created: 2019-04-29T03:38:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T11:33:04.000Z (about 1 year ago)
- Last Synced: 2024-10-15T04:22:53.694Z (29 days ago)
- Topics: bootstrap4, django, estoque, jquery, python3
- Language: Python
- Size: 200 KB
- Stars: 549
- Watchers: 22
- Forks: 75
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.```bash
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](img/models.png)
## Links
[python-decouple](https://github.com/henriquebastos/python-decouple)
[package-of-the-week-python-decouple](https://simpleisbetterthancomplex.com/2015/11/26/package-of-the-week-python-decouple.html)
[github.com/rg3915/tutoriais django-basic](https://github.com/rg3915/tutoriais/tree/master/django-basic)
[bootstrap starter-template](https://getbootstrap.com/docs/4.0/getting-started/introduction/#starter-template)
[emmet](https://emmet.io/)
[start.html](https://github.com/JTruax/bootstrap-starter-template/blob/master/template/start.html)
[django-widget-tweaks](https://github.com/jazzband/django-widget-tweaks)
[Class Based View - ccbv.co.uk](https://ccbv.co.uk/)
[form-inline](http://felipefrizzo.github.io/post/form-inline/)
[form-inline-cbv](http://felipefrizzo.github.io/post/form-inline-cbv/)
[django-bootstrap-form](https://django-bootstrap-form.readthedocs.io/en/latest/)
[Paginação - gist](https://gist.github.com/rg3915/01ca76f099f431c24bc0536bef83076b)
[Paginação - Bootstrap](https://getbootstrap.com/docs/4.3/components/pagination/)