A Web-Form for registering participants in Openfest.
In this project we only used
- Django:2.0.7
To starting running this project follow these instructions Setting up vitual-env
$ pip install virtualenv
$ virtualenv env
Activating virtual environment on windows
$ \env\bin\activate.bat
Activating virtual environment on linux
$ source env/bin/activate
Starting the project
$ pip install -r requirments.txt
$ python manage.py runserver