svitvojimilioni 2721d2a524 Izmenjen templates folder tako da bude modularniji
- dodati folderi layouts, includes, pages
- dodate base layout koji koriste ostale stranice
- dodat header.html i footer.html i includes koji koriste ostale stranice
- sav html refaktorisan tako da koristi base.html layout i header i footer iz includes
2024-01-19 10:53:12 -05:00
2024-01-16 13:28:11 +01:00
2023-10-20 15:20:56 +02:00
2024-01-16 13:28:11 +01:00

Task Manager

Interactive TODO list web application

Development Setup

Install python and pip on local machine

pip install virtualenv
python -m venv venv #/path/to/new/virtual/environment
source venv/bin/activate #activate virtual env
pip install -r requirements.txt
python3 ./init_db.py #initialize database

python3 ./run.py #run project

Build app

cd build-deb/
make

Install app

apt install ./build-deb/taskmanager.deb
Description
Interactive todo list web application
Readme 176 KiB
Languages
Python 51.3%
HTML 25.7%
CSS 13.5%
Makefile 5.7%
Shell 3.8%