Skip to content

Tausif106/Community-Website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Community-Website

A website for the community

Get started

  • Create virtual environment.

py -3.6 -m venv .venv36

  • Activate virtual environment.

.\.venv36\Scripts\activate

  • Install dependencies.

pip install -r requirements.txt

Starting the server

cd src\community_website\

python manage.py makemigrations

python manage.py migrate

python manage.py runserver

About

A website for the community

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.2%
  • HTML 1.4%
  • JavaScript 1.1%
  • CSS 0.8%
  • C 0.3%
  • Tcl 0.2%