Skip to content

Nxttyy/Capstone-Django-Main

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capstone-Django-main

main repository of the project.

hosted at

https://natty.pythonanywhere.com/

How to run it

clone the repository

git clone https://github.com/GDSC-Django-Capstone/Capstone-Django-main

change working directory to the new cloned project directory

cd Capstone-Django-main

create your virtual enviroment

python3 -m venv <venv-name>

activate venv

source ./venv/bin/activate

install libraries required

pip install -r requirements.txt

run the development server

python3 library/manage.py runserver

About

main repository of the project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.1%
  • HTML 29.2%
  • Other 0.7%