Skip to content

mohamednoaman/django-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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 !