Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 805 Bytes

README.md

File metadata and controls

35 lines (31 loc) · 805 Bytes

Open Fest 2020 Registration Form

This is a Web-Form created in ordert to allow Algerian students to register for the second edition of Open Fest (Hacktoberfest | by OpenMindsClub)

Table of Content

Technologies

  • Django: 2.0.7

Project Setup

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