cse442-fall-2019-offering / 442projects-team-rydat

442projects-team-rydat created by GitHub Classroom
1 stars 0 forks source link

Implement django template #31

Open taktukt01 opened 5 years ago

taktukt01 commented 5 years ago

Use django template to generate HTML dynamically

taktukt01 commented 4 years ago

Opening the Django project locally ( cd into Django project folder in the same directory as manage.py file and run command: python manage.py runserver then go to http://127.0.0.1:8000/ ) should load the HTML for the webpage.

or run through our server https://www-student.cse.buffalo.edu/CSE442-542/2019-Fall/cse-442j/ to check that HTML page loads correctly