All Projects → rg3915 → Estoque

rg3915 / Estoque

Controle de estoque

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Estoque

Django Bootstrap Modal Forms
A Django plugin for creating AJAX driven forms in Bootstrap modal.
Stars: ✭ 244 (-16.44%)
Mutual labels:  django, jquery, bootstrap4
Ecommerce
We're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.
Stars: ✭ 980 (+235.62%)
Mutual labels:  django, jquery, bootstrap4
Django blog
A blog application made with Django and bootstrap
Stars: ✭ 172 (-41.1%)
Mutual labels:  django, jquery, bootstrap4
Django Photoblog
Photographer portfolio website powered by Django Framework. Features photo gallery with infinite scrolling, tagging, thumbnail generation and CMS for creating pages. Configured for Heroku and S3.
Stars: ✭ 19 (-93.49%)
Mutual labels:  django, jquery, bootstrap4
Django React Boilerplate
Django, React, Bootstrap 4 with Python 3 and webpack project boilerplate
Stars: ✭ 1,164 (+298.63%)
Mutual labels:  django, bootstrap4
E Commerce 2 django
Guest register, user register, user login, user logout, account home page, product view history, change password, reset password, change name, send activation email when register, resend activation email, add shipping address, add billing address, add nickname to the addresses, edit shipping address, edit billing address, view list of your addresses, reuse shipping addresses when order products, reuse billing addresses when ordeer products, show sales analytics if staff or admin only using -chart.js-, get analytics data with Ajax, receive marketing email, change if user will receive marketing email or not by admin, send contact message with Ajax, products list, product detail, download product detail as a PDF file, download digital product files -if the user purchased that digital product only-, orders list, list of digital products files, order detail, download order detail as a PDF file, verify order ownership with Ajax -to secure order detail page-, show cart products, add or remove product from cart, checkout page, thanks page when order placed successfully, add or reuse payment method, add or reuse payment method with Ajax, search products by title, search products by description, search products by price, search products by tag title, write tags for products -by admin only-, auto fill contact email, full name if user logged in.
Stars: ✭ 20 (-93.15%)
Mutual labels:  django, bootstrap4
Tweetme
Build a Twitter-like web app step-by-step with Django, jQuery, and Bootstrap!
Stars: ✭ 95 (-67.47%)
Mutual labels:  django, jquery
Water Monitoring System
Water Monitoring System is an IOT based Liquid Level Monitoring system that has mechanisms to keep the user alerted in case of liquid overflow or when tank depletes.
Stars: ✭ 122 (-58.22%)
Mutual labels:  django, jquery
Coderedcms
A content management system for marketing websites based on Django and Wagtail.
Stars: ✭ 386 (+32.19%)
Mutual labels:  django, bootstrap4
Banking System
A banking System Created Using Django Python Web Framework
Stars: ✭ 105 (-64.04%)
Mutual labels:  django, bootstrap4
Modoboa
Mail hosting made simple
Stars: ✭ 1,998 (+584.25%)
Mutual labels:  django, jquery
Django Bootstrap4
Bootstrap 4 integration with Django.
Stars: ✭ 877 (+200.34%)
Mutual labels:  django, bootstrap4
Episodes
Self Hosted TV show Episode tracker and recommender built using django, bootstrap4.
Stars: ✭ 160 (-45.21%)
Mutual labels:  django, bootstrap4
Portfolio Generator
HoxNox - Portfolios Made Easy, Generate portfolios in 3 easy steps
Stars: ✭ 166 (-43.15%)
Mutual labels:  django, jquery
Django Poll App
Django poll app is a full featured polling app. You have to register in this app to show the polls and to vote. If you already voted you can not vote again. Only the owner of a poll can add poll , edit poll, update poll, delete poll , add choice, update choice, delete choice and end a poll. If a poll is ended it can not be voted. Ended poll only shows user the final result of the poll. There is a search option for polls. Also user can filter polls by name, publish date, and by number of voted. Pagination will work even after applying filter.
Stars: ✭ 78 (-73.29%)
Mutual labels:  django, bootstrap4
Django Jinja Knockout
Django datatables and widgets, both AJAX and traditional. Display-only ModelForms. ModelForms / inline formsets with AJAX submit and validation. Works with Django templates.
Stars: ✭ 116 (-60.27%)
Mutual labels:  django, bootstrap4
Klik Socialmediawebsite
Complete PHP-based Login/Registration system, Profile system, Chat room, Forum system and Blog/Polls/Event Management System.
Stars: ✭ 129 (-55.82%)
Mutual labels:  jquery, bootstrap4
Vscode Powertools
A swiss army knife with lots of tools, extensions and (scriptable) enhancements for Visual Studio Code.
Stars: ✭ 150 (-48.63%)
Mutual labels:  jquery, bootstrap4
Cheatsheets.pdf
📚 Various cheatsheets in PDF
Stars: ✭ 159 (-45.55%)
Mutual labels:  django, jquery
Csdnbot
CSDN 资源下载器
Stars: ✭ 209 (-28.42%)
Mutual labels:  django, bootstrap4

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].