dmahmouali / OnlineCourses

Online Courses Website is scalable web application written in python (Django). Online Courses was designed to provide pleasant experience for users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OnlineCourses

Online Courses Website is scalable web application written in python (Django). Online Courses 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/FathallaSelim/OnlineCourses.git

$ cd OnlineCourses

$ virtualenv venv

$ source ./venv/bin/activate

$ pip install -r requirements

$ python manage.py migrate

$ python manage.py runserver

Initial data supports 3 types of users for testing purposes: User (username=selim1, password=admin)

Visit http://127.0.0.1:8000/

Compatibility

Python 3.6

Django 2.0

SQLite

About

Online Courses Website is scalable web application written in python (Django). Online Courses was designed to provide pleasant experience for users.


Languages

Language:Python 84.1%Language:CSS 7.2%Language:JavaScript 4.7%Language:HTML 3.8%Language:Tcl 0.1%Language:GAP 0.1%Language:PowerShell 0.0%Language:Batchfile 0.0%Language:Dockerfile 0.0%