avuletica / eLearning

eLearning is scalable web application written in python (django)
GNU Lesser General Public License v2.1
108 stars 62 forks source link
crud-application django elearning-application python

# Introduction Project was created by participating team in extension engine spring camp. E-Learning is scalable web application written in python (django). E-Learning was designed to provide pleasant experience for users.

Installation

Assuming you use virtualenv, follow these steps to download and run the e-learning application in this directory:

$ git clone https://github.com/avuletica/eLearning.git
$ cd eLearning
$ virtualenv venv
$ source ./venv/bin/activate
$ pip install -r requirements
$ python manage.py migrate
$ python manage.py runserver

Compatibility

Notes