Skip to content

gconfs/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GConfs' Website

Dependencies

  • python3
  • python3-dev
  • libmysql

Optional dependencies

  • pipenv

Installation - Using pipenv

  • pipenv install -r requirements.txt
  • pipenv shell
  • python manage.py migrate
  • Add your youtube & CRI api credentials in the local_settings.py

Running a local copy

  • pipenv shell (If not done already)
  • python manage.py runserver
  • Go to http://127.0.0.1:8000 using your web browser

About

Official GConfs website, powered by Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published