Initial changes to support the new Django 1.6 project structure
This commit is contained in:
3
contrib/scripts/make_fabfile_tar.sh
Executable file
3
contrib/scripts/make_fabfile_tar.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
find 'fabfile' -depth -name '*.pyc' -exec rm {} \;
|
||||
tar -czvf contrib/fabfile.tar.gz fabfile
|
||||
Reference in New Issue
Block a user