Skip to content

A self-hostable web application to organise household tasks. Specifically built for shared living spaces

License

Notifications You must be signed in to change notification settings

awallenfang/household

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8615e99 · Jan 19, 2025
Jan 19, 2025
Jan 19, 2025
Sep 20, 2024
Jan 19, 2025
Jan 19, 2025
Jan 19, 2025
Oct 3, 2024
Sep 11, 2024
Sep 20, 2024
Sep 20, 2024
Jan 19, 2025
Aug 6, 2024
Dec 7, 2024
Sep 20, 2024
Dec 7, 2024
Jul 18, 2024
Jan 19, 2025
Sep 20, 2024

Repository files navigation

Household Planner

The household planner is a web application built for planning todos and similar for shared living spaces, specifically. Although it can also be used for single households.

Setup

First setup a Python venv:

# Set up venv
python -m venv env
# Activate venv
# Linux/Mac
source ./env/bin/activate
# Windows
.\env\bin\activate.bat
# or
.\env\bin\activate.ps1

Running this requires a few dependencies. These can be installed as follows:

# Installing requirements
python -m pip install -r requirements.txt

Before the first execution the database has to be set up:

# Build migrations for the current app
python manage.py makemigrations

# Run the migrations
python manage.py migrate

Afterwards the application can be run using the following:

python manage.py runserver <port>

Access to the admin panel

A superuser to access the admin panel can be created as follows:

python manage.py createsuperuser

About

A self-hostable web application to organise household tasks. Specifically built for shared living spaces

Topics

Resources

License

Stars

Watchers

Forks