mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
0cfb243eb3
- https://docs.djangoproject.com/en/2.2/ref/models/options/#django.db.models.Options.db_table - https://stackoverflow.com/questions/3519143/django-how-to-specify-a-database-for-a-model - And others, presumably
10 lines
118 B
Python
10 lines
118 B
Python
"""
|
|
The Part module is responsible for Part management.
|
|
|
|
It includes models for:
|
|
|
|
- PartCategory
|
|
- Part
|
|
- BomItem
|
|
"""
|