7

changed inheritance to polymorphic

This commit is contained in:
Boris Besemer
2016-11-09 11:17:28 +01:00
parent 075ea804fa
commit a4bd0ece20
5 changed files with 56 additions and 26 deletions

View File

@ -28,7 +28,7 @@ setup(
'Topic :: Internet :: WWW/HTTP :: Site Management',
],
install_requires=[
'django-model-utils==2.6',
'django-polymorphic==1.0.2',
'wagtail>=1.7',
]
)