diff --git a/Makefile b/Makefile index 3a44ef5..3f6a790 100644 --- a/Makefile +++ b/Makefile @@ -6,4 +6,4 @@ freeze: pip freeze >requirements.txt serve: - rerun foreman start \ No newline at end of file + rerun -p "**/*.py" foreman start \ No newline at end of file diff --git a/manage.py b/manage.py old mode 100644 new mode 100755