Skip to content

rapperdinesh/jcc-registration-portal

 
 

Repository files navigation

JUNIOR CODECRACKER REGISTRATION PORTAL

A Registration portal for JuniorCodeCracker 2018 in Django 1.11

Codacy Badge forthebadge KWoC 2018

Building from source :

  • git clone https://github.com/JayjeetAtGithub/jcc-registration-portal.git
  • cd jcc-registration-portal and run virtualenv --python=/usr/bin/python3 venv
  • pip install -r requirements.txt
  • touch .env and then in .env write SECRET_KEY=<YOUR-SECRET-KEY>
  • python manage.py makemigrations and then python manage.py migrate
  • python manage.py runserver
  • Go to localhost:8000 to see it in action

Screenshots :

Screenshot

Contributing :

Join this gitter channel https://gitter.im/JCC-Registration-Portal-KWOC/Lobby to get started !

Contributors :

About

Registration portal for JuniorCodeCracker of GLUG

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.9%
  • HTML 22.8%
  • JavaScript 6.0%
  • CSS 5.3%