Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 3.93 KB

README.md

File metadata and controls

37 lines (24 loc) · 3.93 KB

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 :