11 changed files with 83 additions and 77 deletions
-
8devapp/templates/devapp/devices_null_group.html
-
2devapp/urls.py
-
32devapp/views.py
-
14djing/urls.py
-
20mydefs.py
-
5tariff_app/locale/ru/LC_MESSAGES/django.po
-
23tariff_app/migrations/0007_auto_20180215_1423.py
-
12tariff_app/models.py
-
12tariff_app/templates/tariff_app/tarifs.html
-
2tariff_app/urls.py
-
30tariff_app/views.py
@ -0,0 +1,23 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Generated by Django 1.11 on 2018-02-15 14:23 |
|||
from __future__ import unicode_literals |
|||
|
|||
from django.db import migrations |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('tariff_app', '0006_auto_20180122_1732'), |
|||
] |
|||
|
|||
operations = [ |
|||
migrations.AlterModelOptions( |
|||
name='tariff', |
|||
options={'ordering': ['title'], 'verbose_name': 'Service', 'verbose_name_plural': 'Services'}, |
|||
), |
|||
migrations.AlterModelTable( |
|||
name='tariff', |
|||
table='tariffs', |
|||
), |
|||
] |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue