CodeProjectz

Search
Generic filters

Download Free Learning Log application in Django Framework

LEARNING LOG APPLICATION IN DJANGO FRAMEWORK
Project CategoryProject SizeLanguage
96.6 KB,

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 This Project

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:

  1. pip install -r requirements.txt
  2. python manage.py runserver

Step-3: Finally, open the browser and go to localhost:8000

For Django Admin Panel:
Username: admin
Password: admin

Click the Button Below to Download Learning Log application in Django Framework and its Source Codes

Similar Interesting Projects

SIMPLE EMPLOYEE PAYROLL SYSTEM IN JAVA WITH SOURCE CODE

Simple Employee Payroll System In JAVA With Source Code

Employee Payroll System is a simple application using graphical components in the Swing toolkit in Java. The feature of this simple application includes CRUD and calculating total salary an employee. You can download and run this project for your school and college assignments. Teachers and students can use this project for learning purpose. 

Read More »
Random Password Generator In Python With Source Code

Random Password Generator In Python With Source Code

The Random Password Generator is a simple project developed using python. It is a simple interesting password generator mini project. This project is a command based which helps in creating unique password from the size of users input. This project is an interesting and simple project. The project is not completely functional.

Read More »
Simple College Management System In C++ With Source Code

Simple College Management System In C++ With Source Code

Simple College Management System is based on the concept of managing the student’s record. It is a simple system, therefore, it does not contain a login system. The user can manage students record by adding, updating, removing, viewing and searching for details. This mini project contains limited features, but the essential one.

Read More »