Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 362 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 362 Bytes

Visitor Manegment

how to Install

  1. clone this repo or download it
  2. pip install -f requierment.txt
  3. handel postgres database named 'visitor' or you can also use sqlite3 by changing it from settings.py 3.1 python manage.py makemigrations 3.2 python manage.py migrate
  4. python manage.py runserver

any new feature request will be apriciated.