Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dickens-odera/productscrud-with-django

django jinja templates in forms
https://github.com/dickens-odera/productscrud-with-django

forms jinja models templates

Last synced: 19 days ago
JSON representation

django jinja templates in forms

Awesome Lists containing this project

README

        

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!