Description
Hello World, Welcome to ProjectsPlaza.com. This is an online study project built with Django 3, bootstrap 4, and SQLite. This is a very awesome application in Django 3. In this application, Users will enroll in the course and access all course-related content. Users can log in, signup, logout, see the enrolled courses in his profile, and much more. There are mainly two apps in this project. One is accounts and another is the main app. The followings are the main features of this project.
- Browse all courses with pagination
- Search course with pagination
- View the course detail
- User can enroll in the course after login
- User can access the course content after enrolling in the course
- If user login then enrolled courses will highlight in the course list
- Admin can control all data from the Django Admin Panel
How to run this script
- Download the zip file and extract
- Activate virtual environment
- Start the script with the following command
py manage.py runserver
http://127.0.0.1:8000/
- Access admin with
http://127.0.0.1:8000/admin
Reviews
There are no reviews yet.