mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 10:05:39 +00:00
Add requirement for django-error-report
- Provides an error log viewer in the admin interface at /admin/error_report/error/ - Allows viewing of error logs even in a remote production environment (i.e. no access to command line)
This commit is contained in:
@ -26,5 +26,6 @@ django-tex==1.1.7 # LaTeX PDF export
|
||||
django-weasyprint==1.0.1 # HTML PDF export
|
||||
django-debug-toolbar==2.2 # Debug / profiling toolbar
|
||||
django-admin-shell==0.1.2 # Python shell for the admin interface
|
||||
django-error-report==0.2.0 # Error report viewer for the admin interface
|
||||
|
||||
inventree # Install the latest version of the InvenTree API python library
|
Reference in New Issue
Block a user