Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 435 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 435 Bytes

django-search

django search A simple Django queryset Using:

  • Python 3.6
  • Django 2.2.3

Instructions: 1- Create virtual enviroment 2- Install Django : 3- Create Project : 4- Create app : 5- Create Superuser : 6- Database Makemigrations : 7- Database Migrate : 8- Create Model in Python: 9- Add items in Django Admin: 10-Create Home & Search templates: 11-Add templates to urls.app 12-Create queries classes in views.app

Voila !