Revision e93ea142
Added by Serghei Mihai over 8 years ago
setup.py | ||
---|---|---|
94 | 94 |
'Programming Language :: Python :: 2', |
95 | 95 |
], |
96 | 96 |
install_requires=['django>=1.7, <1.8', |
97 |
'django-ckeditor<4.5.3' |
|
97 |
'django-ckeditor<4.5.3', |
|
98 |
'djangorestframework', |
|
98 | 99 |
'gadjo' |
99 | 100 |
], |
100 | 101 |
zip_safe=False, |
Also available in: Unified diff
api: newsletters retrieval endpoint (#10794)