Project: Learning Log application in Django Framework
Learning Log application is a full stack Django Web Application which provides a interactive UI for adding learning log for students or working personnel. In every individual learning logs, user can add as many entry as they like and track every learning logs.
About System
The Learning Log Application is built in Python Django Framework for backend and HTML, CSS and JavaScript for web frontend. It has clean and interactive UI design for adding, editing and deleting learning logs and their entries.
This system also provides admin panel from where all the registered users, logs and entries can be controlled.
How To Run The Project?
To run this project, you must have installed Python on your PC. After downloading the project, follow the steps below:
Step-1: Extract/unzip the file
Step-2: Go inside the project folder, open cmd and type the following commands to install Django Framework and run the webserver:
- pip install -r requirements.txt
- python manage.py runserver
Step-3: Finally, open the browser and go to localhost:8000
For Django Admin Panel:
Username: admin
Password: admin
The Learning Log application is free to download but use for educational purposes only! In addition, for the project demo, you can have a look at the video below.