Baby Buddy
Baby care tracker for sleep, feedings, diapers and more
Alternative to: huckleberry, baby connect, glow baby

v1.3.4
2020-02-09:exclamation::exclamation::exclamation: ATTENTION DOCKER USERS :exclamation::exclamation::exclamation:
Beginning with v1.3.4, Baby Buddy is now published to a new Docker Hub repo (babybuddy/babybuddy). v1.3.4 will be the last version published to the old repo (cdubzzz/babybuddy). Users of Docker Compose should be able to change the services:app:image setting to the new repo. E.g. —
docker-compose down
<<< change "cdubzzz/babybuddy" to "babybuddy/babybuddy" in `docker-compose.yml` >>>
docker-compose up -d
docker-compose exec app python manage.py migrate
docker-compose exec app python manage.py createcachetable
:exclamation::exclamation::exclamation: ATTENTION DOCKER USERS :exclamation::exclamation::exclamation:
This release should resolve any issues with static assets from v1.3.1 and v1.3.2. Hopefully the last release for a while… :goberserk: