From 1b5490e6bea015ab8a1f1cae080f542d9a024a29 Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 19 Sep 2012 23:43:04 +0200 Subject: [PATCH] cleanup --- MANIFEST.in | 5 +++-- example/diag.sh | 13 ------------- example/teleforma | 1 - example/update_schema.sh | 7 ------- 4 files changed, 3 insertions(+), 23 deletions(-) delete mode 100755 example/diag.sh delete mode 120000 example/teleforma delete mode 100755 example/update_schema.sh diff --git a/MANIFEST.in b/MANIFEST.in index 0372526b..bd54b34c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,8 +5,9 @@ include README.rst exclude *.cfg recursive-include example * recursive-include teleforma/templates * -recursive-include telecampus/static * -recursive-include telecampus/pages * +recursive-include teleforma/static * +recursive-include teleforma/pages * + global-exclude *.pyc prune dist prune build diff --git a/example/diag.sh b/example/diag.sh deleted file mode 100755 index 1bbe9166..00000000 --- a/example/diag.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -app="teleforma" - -dir="../doc" - -./manage.py graph_models -a -g -o $dir/$app-all.dot -./manage.py graph_models $app -g -o $dir/$app.dot - -dot $dir/$app-all.dot -Tpdf -o $dir/$app-all.pdf -dot $dir/$app.dot -Tpdf -o $dir/$app.pdf - -rsync -a $dir/ doc.parisson.com:/var/www/files/doc/$app/diagram/ diff --git a/example/teleforma b/example/teleforma deleted file mode 120000 index f511f2c0..00000000 --- a/example/teleforma +++ /dev/null @@ -1 +0,0 @@ -../teleforma/ \ No newline at end of file diff --git a/example/update_schema.sh b/example/update_schema.sh deleted file mode 100755 index e0d592e6..00000000 --- a/example/update_schema.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -./manage.py schemamigration teleforma --auto -./manage.py schemamigration telemeta --auto -./manage.py schemamigration telecaster --auto -./manage.py migrate - -- 2.39.5