Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 667 Bytes

README.md

File metadata and controls

21 lines (21 loc) · 667 Bytes

Django-Projects


How to run project
  • Download Project or Clone Repository, extract files and move inside project folder, and type the following commands.
  • Run Command "pip install -r requirements.txt"
  • Run Command "python manage.py runserver"

  • For Calculator App
  • "**Change in settings.py 'DIRS': [os.path.join(BASE_DIR,'templates/calculatorapp')]"
  • Open the link "localhost:8000/calculatorapp"

  • For Voting App
  • "**Change in settings.py 'DIRS': [os.path.join(BASE_DIR,'templates/votingapp')]"
  • Open the link "localhost:8000/votingapp"