项目作者: Dickens-odera
项目描述 :
django jinja templates in forms
高级语言: Python
项目地址: git://github.com/Dickens-odera/ProductsCrud-with-Django.git
Django Products App
This is a simple crud appllication where you can create,view, update and delete a product
Deployed on
Heroku. Find it here at the
demo
Tools:
python 3.6 or 2.7
pip
gitSetup :
pip install django
git clone https://github.com/Dickens-odera/ProductsCrud-with-Django.git
py manage.py runserverTo create a product navigate to “djang-ecommerce-app.herokuapp.com/products/create”
To udpdate an existing product :
navigate to “djang-ecommerce-app.herokuapp.com/products/update/<:producId>”
Have fun!