mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
add a note about file encoding
This commit is contained in:
parent
37507f2b43
commit
90254d1572
@ -30,4 +30,7 @@ Import Data
|
||||
|
||||
The new database should now be correctly initialized with the correct table structures requried to import the data.
|
||||
|
||||
``python3 InvenTree/manage.py loaddata data.json``
|
||||
``python3 InvenTree/manage.py loaddata data.json``
|
||||
|
||||
.. important::
|
||||
If the character encoding of the data file does not exactly match the target database, the import operation may not succeed. In this case, some manual editing of the data file may be required.
|
Loading…
Reference in New Issue
Block a user