Skip to content

a-araari/E-Learning-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Openlab

E-Learning Website

There is no live version, yet. To run the project, follow the instructions bellow.

Screenshot

Installation

Assuming python 3.X installed :

Open your command line and install Virtualenv by typing

$ pip install virtualenv

Clone the porject using git (install git if you didn't, or simply download is and extract it)

$ git clone https://github.com/A-Arari/openlab.git

Navigate to the parent directory(openlab) and run:

$ virtualenv venv
$ "venv/scripts/activate"
$ cd openlab
$ pip install -r requirements.txt
$ py manage.py runserver

Now Visit http://127.0.0.1:8000/

  • Initial data supports 3 types of users for testing purposes(change the number in email from 1-4 to use different users):

WYSIWYG editor used:

CKEditor see ckeditor.com

About

E-Learning Website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published