This is a Web-Form created in ordert to allow Algerian students to register for the second edition of Open Fest (Hacktoberfest | by OpenMindsClub)
- Django: 2.0.7
To run this project, follow the following instruction:
$ cd src
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 dependencies.txt
$ python3 manage.py runserver
0 comments on commit 6107cbc