doc
This commit is contained in:
parent
174a9da501
commit
0bdd4a1499
14 changed files with 694 additions and 0 deletions
20
invsystem/object_adder/migrations/0004_auto_20181223_1300.py
Normal file
20
invsystem/object_adder/migrations/0004_auto_20181223_1300.py
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Generated by Django 2.1.4 on 2018-12-23 12:00
|
||||
|
||||
from django.db import migrations
|
||||
import django.db.models.manager
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('object_adder', '0003_object_category'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelManagers(
|
||||
name='category',
|
||||
managers=[
|
||||
('categories', django.db.models.manager.Manager()),
|
||||
],
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue