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

Online Voting System In PHP With Source Code

Online Voting System In PHP With Source Code

Online Voting System is developed using PHP, CSS, and JavaScript. The project is an interesting, useful project. This project contains the admin side and user side where a user can vote for their favorite candidate. While the admin can add candidates, see voting results, and so on.

Read More »
Simple Airlines Reservation System In C++ With Source Code

Simple Hospital Management System In C++ With Source Code

Airlines Reservation System is based on a concept of making and canceling airlines reservation. Here, the system contains no login system. The users can easily make, cancel a reservation, search passengers, view airlines status report and many more. This mini project contains fewer features but the essential ones.

Read More »
Pong Game In C# With Updated Version With Source Code

Simple Pong Game In C# With Source Code

The pong game in C# is a simple multi-player game. The game is the remake of the previous version of the game. Some of the features are not included in this game. Before you run this project you will need Visual Studio. This IDE will allow you to run the solution file.

Read More »