mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Doc fix for mgiration
This commit is contained in:
parent
290002fe9d
commit
6ef32dfa2d
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,6 +32,7 @@ var/
|
||||
local_settings.py
|
||||
*.sqlite3
|
||||
*.backup
|
||||
*.old
|
||||
|
||||
# Sphinx files
|
||||
docs/_build
|
||||
|
@ -230,7 +230,6 @@ def associate_manufacturers(apps, schema_editor):
|
||||
print("against possible companies.")
|
||||
print("This process requires user input.")
|
||||
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("---------------------------------------")
|
||||
print("")
|
||||
|
Loading…
Reference in New Issue
Block a user