Skip to content

A Django todo app for managing tasks, and tracking progress. Easy to use and helps you stay organized.

License

Notifications You must be signed in to change notification settings

Nyae44/timetune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timetune

A Django todo app for managing tasks, and tracking progress. Easy to use and helps you stay organized.

Quick Start Guide

  1. Clone the repository and navigate to the project directory

    git clone [email protected]:Nyae44/timetune.git
    cd timetune
  2. Create and Activate a Virtual Environment

    python3 -m venv env
    source env/bin/activate  # Unix/Mac
    env\Scripts\activate  # Windows
    python3 -m venv env
  3. Install dependencies

    pip install -r requirements.txt
  4. Make database migrations

    python3 manage.py makemigrations
    then
    python3 manage.py migrate
  5. Run server

    cd timetune
    python3 manage.py runserver

About

A Django todo app for managing tasks, and tracking progress. Easy to use and helps you stay organized.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published