Skip to content

neilchauhan2/Community-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Community-Website

A website for the community

Getting 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