First UI steps

This commit is contained in:
Raphael Michel
2016-11-30 15:47:21 +01:00
parent bfd87f11dd
commit 9e9fc36b50
12 changed files with 264 additions and 102 deletions
+2 -1
View File
@@ -62,7 +62,8 @@ setup(
'easy-thumbnails>=2.2,<3'
'PyPDF2', 'BeautifulSoup4', 'html5lib',
'slimit', 'lxml', 'static3==0.6.1', 'dj-static', 'chardet',
'csscompressor', 'mt-940', 'django-markup', 'markdown'
'csscompressor', 'mt-940', 'django-markup', 'markdown',
'django-capture-tag'
],
extras_require={
'dev': ['django-debug-toolbar>=1.3.0,<2.0'],