review how sattic files are kept
[myslice.git] / Makefile
index 99fb321..fe0820f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,3 +5,6 @@ tags:
 # however sometimes we have stuff not yet added, so in this case
 ftags:
        find . -type f | fgrep -v '/.git/' | xargs etags
+
+static:
+       ./manage.py collectstatic --noinput