mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 10:05:39 +00:00
Add django-dbbackup app
- https://github.com/un1t/django-cleanup - Backup location defaults to temp directory
This commit is contained in:
@ -3,6 +3,7 @@ psycopg2>=2.8.1 # PostgreSQL package
|
||||
pillow>=5.0.0 # Image manipulation
|
||||
djangorestframework>=3.6.2 # DRF framework
|
||||
django_filter>=1.0.2 # Extended filtering options
|
||||
django-dbbackup==3.2.0 # Database backup / restore functionality
|
||||
coreapi>=2.3.0 # API documentation
|
||||
pygments>=2.2.0 # Syntax highlighting
|
||||
tablib>=0.13.0 # Import / export data files
|
||||
|
Reference in New Issue
Block a user