项目作者: Dickens-odera

项目描述 :
django jinja templates in forms
高级语言: Python
项目地址: git://github.com/Dickens-odera/ProductsCrud-with-Django.git
创建时间: 2018-08-06T16:15:29Z
项目社区:https://github.com/Dickens-odera/ProductsCrud-with-Django

开源协议:

下载


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
  • git

  • Setup :

  • pip install django
  • git clone https://github.com/Dickens-odera/ProductsCrud-with-Django.git
  • py manage.py runserver



  • To 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!