]> git.parisson.com Git - teleforma.git/commitdiff
cleanup
authoryomguy <yomguy@parisson.com>
Wed, 19 Sep 2012 21:43:04 +0000 (23:43 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 19 Sep 2012 21:43:04 +0000 (23:43 +0200)
MANIFEST.in
example/diag.sh [deleted file]
example/teleforma [deleted symlink]
example/update_schema.sh [deleted file]

index 0372526b97b73f93da0c0d4be328ee6a2b854e8b..bd54b34c4594f2a7a2280bd83828cb5db1ab266d 100644 (file)
@@ -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 (executable)
index 1bbe916..0000000
+++ /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 (symlink)
index f511f2c..0000000
+++ /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 (executable)
index e0d592e..0000000
+++ /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
-