Skip to content

sumit-modak/testweb-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Web

  • This is a test website based on the python framework django
  • This test website is a follow up project made from the video made by CodeWithHarry

Creating virtual environment

  python3 -m venv .venv

Activating virtual environment

  source .venv/bin/activate

Installing dependencies

  pip install -r requirements.txt

Running django server

  python manage.py runserver

Go to localhost:8000/ to see the web

About

A website made with django framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published