mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-15 03:23:07 +00:00
Doc fix for mgiration
(cherry picked from commit 6ef32dfa2d60e7112e59740ab43f62cbe5791721)
This commit is contained in:
parent
04097791bb
commit
4e3825682a
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,6 +32,7 @@ var/
|
|||||||
local_settings.py
|
local_settings.py
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
*.backup
|
*.backup
|
||||||
|
*.old
|
||||||
|
|
||||||
# Sphinx files
|
# Sphinx files
|
||||||
docs/_build
|
docs/_build
|
||||||
|
@ -230,7 +230,6 @@ def associate_manufacturers(apps, schema_editor):
|
|||||||
print("against possible companies.")
|
print("against possible companies.")
|
||||||
print("This process requires user input.")
|
print("This process requires user input.")
|
||||||
print("")
|
print("")
|
||||||
print("To cancel this mapping process, press Ctrl-C in the terminal.")
|
|
||||||
print("Note: This process MUST be completed to migrate the database.")
|
print("Note: This process MUST be completed to migrate the database.")
|
||||||
print("---------------------------------------")
|
print("---------------------------------------")
|
||||||
print("")
|
print("")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user