Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dickens-odera/productscrud-with-django
- Owner: Dickens-odera
- Created: 2018-08-06T16:15:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T02:45:00.000Z (over 6 years ago)
- Last Synced: 2024-11-14T15:32:35.407Z (3 months ago)
- Topics: forms, jinja, models, templates
- Language: Python
- Homepage:
- Size: 671 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
Setup :
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!