Skip to content

yadavabhiindia/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

website

Toy project based on Django Framework of Python.

How to Run this Website

Install Python

You should have installed Python on your System. If not please install it from https://python.org/ . During Installation in Windows, check "Add Python to Path" this menu to use pip and python from any location on your Windows.

Install Django using pip

Now Open your Terminal/Command Prompt/Windows Powershell. Type:

pip install django

Wait until django installs. And it would be successfully installed.

Run the File

Open your Terminal/Command Prompt/Windows Powershell on location of file "manage.py" in script. Type:

python manage.py runserver

After that website would start running on your local server. Open http:127.0.0.1:8000 on your browser to access the website.

About

Toy project based on Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published