mirror of https://github.com/django/django.git
Fixed #4077 -- Added Databrowse templates to MANIFEST.in. Thanks, Dirk Datzert
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5025 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
e9b66ce1d3
commit
06031a8f2e
|
@ -11,4 +11,5 @@ recursive-include django/conf/locale *
|
||||||
recursive-include django/contrib/admin/templates *
|
recursive-include django/contrib/admin/templates *
|
||||||
recursive-include django/contrib/admin/media *
|
recursive-include django/contrib/admin/media *
|
||||||
recursive-include django/contrib/comments/templates *
|
recursive-include django/contrib/comments/templates *
|
||||||
|
recursive-include django/contrib/databrowse/templates *
|
||||||
recursive-include django/contrib/sitemaps/templates *
|
recursive-include django/contrib/sitemaps/templates *
|
||||||
|
|
Loading…
Reference in New Issue