Prevent warning: no files found matching '*.txt' under directory

'rest_framework/templates' (there are only .html files in the templates
directory).
This commit is contained in:
Marko Tibold 2013-03-06 21:16:40 +01:00
parent ddd7125a63
commit 1037888505

View File

@ -1,2 +1,2 @@
recursive-include rest_framework/static *.js *.css *.png
recursive-include rest_framework/templates *.txt *.html
recursive-include rest_framework/templates *.html