added django-sortedm2m

This commit is contained in:
Dipen Patel 2017-06-10 18:14:57 +05:30
commit 815535c4bf
3 changed files with 28 additions and 4 deletions

View file

@ -40,6 +40,7 @@ setup(
'django-meta-mixin>=0.3',
'aldryn-apphooks-config>=0.2.6',
'djangocms-apphook-setup',
'django-sortedm2m',
],
extras_require={
'search': ['aldryn-search'],