Skip to content

skozmin83/Django-Projects

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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"

About

Django Projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.2%
  • Python 42.8%