Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 758 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 758 Bytes

E-Learning-Website

About

This Project is made using Python 3.6 + Django and Database is SQLite. This is a Simple E-Learning Platform with Courses, Quizzes, Tests for learning purpose. It allows to login through Admin site and has registration functionality.

Quick Start

Clone This Project https://github.com/chazuttu/E-Learning-Website.git

Install Dependencies

  • pip install -r requirements.txt

Set Database (Make Sure you are in directory same as manage.py)

  • python manage.py makemigrations
  • python manage.py migrate

Create SuperUser

  • python manage.py createsuperuser

Run Server

  • python manage.py runserver

Open a browser to http://127.0.0.1:8000/admin/ to open the admin site

Open tab to http://127.0.0.1:8000 to see the main site.