mirror of
https://github.com/Hopiu/django.git
synced 2026-05-02 04:34:45 +00:00
Added GeoDjango template and test data directories to the manifest template so that they are included when building the release tarball with sdist.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9473 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a573f4c029
commit
bcb4693e1d
1 changed files with 6 additions and 0 deletions
|
|
@ -13,4 +13,10 @@ recursive-include django/contrib/admin/media *
|
|||
recursive-include django/contrib/admindocs/templates *
|
||||
recursive-include django/contrib/comments/templates *
|
||||
recursive-include django/contrib/databrowse/templates *
|
||||
recursive-include django/contrib/gis/templates *
|
||||
recursive-include django/contrib/gis/tests/data *
|
||||
recursive-include django/contrib/gis/tests/geoapp/sql *
|
||||
recursive-include django/contrib/gis/tests/layermap/cities *
|
||||
recursive-include django/contrib/gis/tests/layermap/counties *
|
||||
recursive-include django/contrib/gis/tests/layermap/interstates *
|
||||
recursive-include django/contrib/sitemaps/templates *
|
||||
|
|
|
|||
Loading…
Reference in a new issue