A Registration portal for JuniorCodeCracker 2018 in Django 1.11
git clone https://github.com/JayjeetAtGithub/jcc-registration-portal.git
cd jcc-registration-portal
and runvirtualenv --python=/usr/bin/python3 venv
pip install -r requirements.txt
touch .env
and then in .env writeSECRET_KEY=<YOUR-SECRET-KEY>
python manage.py makemigrations
and thenpython manage.py migrate
python manage.py runserver
- Go to
localhost:8000
to see it in action
Join this gitter channel https://gitter.im/JCC-Registration-Portal-KWOC/Lobby to get started !