v1.3.4
❗❗❗ ATTENTION DOCKER USERS ❗❗❗
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
❗❗❗ ATTENTION DOCKER USERS ❗❗❗
This release should resolve any issues with static assets from v1.3.1 and v1.3.2. Hopefully the last release for a while...