Added the ability to exclude columns from an entire Table class or from a specific...
[django-tables2.git] / MANIFEST.in
index de73873081072c5618e2f025361f6a35a1a6eaf4..5962fc8fa89ac518edb5255adf08b8df09ed9156 100644 (file)
@@ -1,2 +1,5 @@
 include README.rst
 recursive-include django_tables/templates *
+recursive-include django_tables/static *
+recursive-include example/app/fixtures *
+recursive-include example/app/templates *