Skip to content

WearyMench/django_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🗂️ Mini Project & Task Manager

A simple web application built with Django that allows you to:

  • Create, edit, and delete projects.
  • Add tasks to each project.
  • Manage task statuses (Pending, In Progress, Completed).

🚀 How to Run This Project

1️⃣ Clone the Repository

git clone https://github.com/your-username/your-repo.git
cd your-repo

2️⃣ (Optional) Create and Activate a Virtual Environment

python -m venv venv
source venv\Scripts\activate

3️⃣ Install Dependencies

pip install django

4️⃣ Apply Migrations and Run the Server

python manage.py migrate
python manage.py runserver

5️⃣ Open Your Browser

Navigate to the provided URL (e.g., http://127.0.0.1:8000/).


✨ Tech Stack

  • Python 3.x
  • Django 4.x
  • HTML
  • CSS

📁 Project Structure

  • myapp/: Django app containing views, models, forms, and URLs.
  • templates/: Directory for HTML templates.
  • db.sqlite3: Local SQLite database.

About

Mini Project Manager built with Django

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published