Commit fe4139de authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

Fixed #2065 -- Changed setup.py to install django.contrib.comments templates. Thanks, Fawad Halim

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3053 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 8b38cff1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ setup(
                                 'media/img/admin/*.png',
                                 'media/js/*.js',
                                 'media/js/admin/*js'],
        'django.contrib.comments': ['templates/comments/*.html'],
    },
    scripts = ['django/bin/django-admin.py'],
    zip_safe = False,