diff --git a/.gitignore b/.gitignore index 2acb52e..cd6a3f1 100644 --- a/.gitignore +++ b/.gitignore @@ -179,4 +179,5 @@ pyrightconfig.json .vscode/ .piterpy/ junit -src/static/ +src/static/* +!src/static/readme.txt \ No newline at end of file diff --git a/src/static/readme.txt b/src/static/readme.txt new file mode 100644 index 0000000..6bd2a2b --- /dev/null +++ b/src/static/readme.txt @@ -0,0 +1,7 @@ +# Static files will be generated here + +Use + +``` +./manage.py collectstatic --noinput +``` \ No newline at end of file