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"