Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 269 Bytes

readme.md

File metadata and controls

16 lines (13 loc) · 269 Bytes

Django Example

Followed a tutorial to implement

  • CRUD
  • Model Relations
  • Bing Search (may be didn't succeed)

Backend - Django

Frontend Design - Bootstrap

Databsae - SQLite3

To test this, follow

$ cd twdp
$ python manage.py runserver