Skip to content

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

Notifications You must be signed in to change notification settings

dmahmouali/OnlineCourses

 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.1%
  • CSS 7.2%
  • JavaScript 4.7%
  • HTML 3.8%
  • Tcl 0.1%
  • GAP 0.1%