diff --git a/package.json b/package.json new file mode 100644 index 0000000..8921ea8 --- /dev/null +++ b/package.json @@ -0,0 +1,5 @@ +{ + "scripts": { + "postinstall": "python website/manage.py collectstatic --noinput" + } +} \ No newline at end of file