Skip to content

This is a web-form created using Python, Django. To be used with the OpenFest 2020 communication campaign.

Notifications You must be signed in to change notification settings

chouakifares/WebForm-OpenFest20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

This is a web-form created using Python, Django. To be used with the OpenFest 2020 communication campaign.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published