Skip to content

openmindsclub/openFestApp2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Openfest Registration Web-Form

A Web-Form for registering participants in Openfest.

Table of Content:

Technologies

In this project we only used

  • Django:2.0.7

Project Setup:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages