Skip to content

chazuttu/E-Learning-Website

Repository files navigation

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.

About

E-Learning Platform built using Django

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published