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
+++ /dev/null
-#!/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/
+++ /dev/null
-../teleforma/
\ No newline at end of file
+++ /dev/null
-#!/bin/sh
-
-./manage.py schemamigration teleforma --auto
-./manage.py schemamigration telemeta --auto
-./manage.py schemamigration telecaster --auto
-./manage.py migrate
-