this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix lint

+2 -2
+1 -1
.gitattributes
··· 1 1 * text=auto 2 - *.sh text eol=lf 2 + *.sh text eol=lf
+1 -1
Makefile
··· 30 30 31 31 teardown: 32 32 docker compose -f docker-compose.yaml -f $(docker_config_file) down -v 33 - 33 + 34 34 load-dummy-data: 35 35 docker compose exec backend bash -c "python manage.py load_dummy_data" 36 36