filmov
tv
Run Development Server For Django

Показать описание
Be sure to like, share and comment to show your support for our tutorials.
=======================================
======================================
So we are trucking right along we have created a virtual environment to contain our project, a Django project, we have created an initial database for our Django project and now we can take a look at our project. To check out our project we need to run the development server.
1. To run the development server open your terminal and run the following commands.
3. this will fire up the server
5. If everything was set up correctly you will see the "It worked welcome page"
6. to exit the server or kill the server press "control-c" sweet we have a working Django project.
=======================================
======================================
So we are trucking right along we have created a virtual environment to contain our project, a Django project, we have created an initial database for our Django project and now we can take a look at our project. To check out our project we need to run the development server.
1. To run the development server open your terminal and run the following commands.
3. this will fire up the server
5. If everything was set up correctly you will see the "It worked welcome page"
6. to exit the server or kill the server press "control-c" sweet we have a working Django project.