2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Added a bunch of developer documentation

This commit is contained in:
Oliver Walters
2019-05-05 20:13:59 +10:00
parent a4be5964b8
commit c6a7d1c243
12 changed files with 234 additions and 35 deletions

12
docs/backup.rst Normal file
View File

@ -0,0 +1,12 @@
Backup and Restore
==================
.. toctree::
:titlesonly:
:maxdepth: 2
:caption: Backup
:hidden:
InvenTree provides database backup and restore functionality through the `django-dbbackup <https://github.com/django-dbbackup/django-dbbackup>`_ extension.
This extension allows databas models and uploaded media files to be backed up (and restored) via the command line.