Fix #51 -- Allow rich text in product and category descriptions

* Allow rich text in product descriptions

#51

* Allow rich text in category descriptions, update requirements to support fix.

#51

* Change line break (aesthetic only)
#51

* Add markdown to requirements. Update authors file
This commit is contained in:
FlaviaBastos
2016-08-05 15:53:41 -06:00
committed by Raphael Michel
parent bd01d6b74a
commit 04ab016d91
6 changed files with 17 additions and 9 deletions

View File

@@ -19,3 +19,5 @@ lxml
static3==0.6.1
dj-static
csscompressor
django-markup
markdown