2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Add a markdown editor for the 'Notes" field of Part model

https://github.com/timmyomahony/django-pagedown
This commit is contained in:
Oliver Walters
2020-01-31 20:28:54 +11:00
parent b5f8635794
commit 596d06cf1a
4 changed files with 23 additions and 0 deletions

View File

@ -5,6 +5,7 @@ django-cors-headers==3.2.0 # CORS headers extension for DRF
django_filter==2.2.0 # Extended filtering options
django-mptt==0.10.0 # Modified Preorder Tree Traversal
django-dbbackup==3.2.0 # Database backup / restore functionality
django-pagedown==2.0.3 # Markdown form fields
coreapi==2.3.0 # API documentation
pygments==2.2.0 # Syntax highlighting
tablib==0.13.0 # Import / export data files