https://github.com/likweitan/django-online-learning-platform
An online learning platform website made with Django.
https://github.com/likweitan/django-online-learning-platform
bootstrap4 django django-application online-learning python
Last synced: 2 months ago
JSON representation
An online learning platform website made with Django.
- Host: GitHub
- URL: https://github.com/likweitan/django-online-learning-platform
- Owner: likweitan
- License: apache-2.0
- Created: 2021-04-16T14:39:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-22T03:51:04.000Z (about 4 years ago)
- Last Synced: 2025-02-10T16:57:00.181Z (4 months ago)
- Topics: bootstrap4, django, django-application, online-learning, python
- Language: HTML
- Homepage:
- Size: 4.06 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Online Learning Platform Website with DJANGO
## Installation
Create a virtual environment (VENV), follow these steps to download and run the
application in this directory:$ git clone https://github.com/likweitan/django-online-learning-platform.git
$ cd django-online-learning-platform
$ venv\Scripts\activate
$ pip install -r requirements
$ python manage.py migrate
$ python manage.py runserver## Example screenshot
### Login Page
- Create a superuser before you could login

### Home Page
- Show recent updates and courses to the users

### Course Page

# Compatibility
* Python 3.8
* PostgreSQL Preferred