mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Begin launderette
This commit is contained in:
38
counter/migrations/0010_auto_20160728_1820.py
Normal file
38
counter/migrations/0010_auto_20160728_1820.py
Normal file
@ -0,0 +1,38 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('counter', '0009_auto_20160721_1902'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='counter',
|
||||
options={'verbose_name': 'counter'},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='permanency',
|
||||
options={'verbose_name': 'permanency'},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='product',
|
||||
options={'verbose_name': 'product'},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='producttype',
|
||||
options={'verbose_name': 'product type'},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='refilling',
|
||||
options={'verbose_name': 'refilling'},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='selling',
|
||||
options={'verbose_name': 'selling'},
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user