mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 13:06:45 +00:00
commit
6947b841bf
@ -131,6 +131,12 @@
|
|||||||
title: 'Create New Part',
|
title: 'Create New Part',
|
||||||
url: "{% url 'part-create' %}",
|
url: "{% url 'part-create' %}",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
field: 'supplier_part',
|
||||||
|
label: 'New Supplier Part',
|
||||||
|
title: 'Create new Supplier Part',
|
||||||
|
url: "{% url 'supplier-part-create' %}"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
field: 'location',
|
field: 'location',
|
||||||
label: 'New Location',
|
label: 'New Location',
|
||||||
|
@ -40,6 +40,9 @@ These requirements can be installed from the base directory with the command ``m
|
|||||||
|
|
||||||
It is up to the database adminstrator to create a new database to store inventree data, in addition to a username/password to access the data.
|
It is up to the database adminstrator to create a new database to store inventree data, in addition to a username/password to access the data.
|
||||||
|
|
||||||
|
.. important:: MySQL Collation:
|
||||||
|
When creating the database, the adminstrator must ensure that the collation option is set to *utf8_unicode_520_ci* to ensure that InvenTree features function correctly.
|
||||||
|
|
||||||
The database options then need to be adjusted to communicate the MySQL backend. Refer to the `Django docs <https://docs.djangoproject.com/en/dev/ref/databases/>`_ for further information.
|
The database options then need to be adjusted to communicate the MySQL backend. Refer to the `Django docs <https://docs.djangoproject.com/en/dev/ref/databases/>`_ for further information.
|
||||||
|
|
||||||
**POSTGRESQL:** PostgreSQL database backend is supported with the native Django implementation. Note that to use this backend, the ``psycopg2`` Python library must first be installed.
|
**POSTGRESQL:** PostgreSQL database backend is supported with the native Django implementation. Note that to use this backend, the ``psycopg2`` Python library must first be installed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user