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

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

Web Framework #28

Open taktukt01 opened 4 years ago

taktukt01 commented 4 years ago

As a developer, I want to build this application on top of a web framework that is robust, fast and has all necessary components so that I can build a reliable and high-quality web application.

taktukt01 commented 4 years ago

To ensure our Django web framework is properly working, run our django project locally : and check to see that all HTML, css , js are working.

To run django project locally: cd into our django project directory and go to directory where manage.py file is then: Run command : python3 manage.py runserver This should start a lightweight development Web server on the local machine. By default, the server runs on http://127.0.0.1:8000/ )