8 changed files with 75 additions and 50 deletions
-
51devapp/models.py
-
39devapp/onu_register.sh
-
1devapp/views.py
-
2group_app/forms.py
-
3group_app/locale/ru/LC_MESSAGES/django.po
-
20group_app/migrations/0002_group_code.py
-
1group_app/models.py
-
8group_app/templates/group_app/group_list.html
@ -0,0 +1,20 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Generated by Django 1.11 on 2018-04-26 15:43 |
|||
from __future__ import unicode_literals |
|||
|
|||
from django.db import migrations, models |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('group_app', '0001_initial'), |
|||
] |
|||
|
|||
operations = [ |
|||
migrations.AddField( |
|||
model_name='group', |
|||
name='code', |
|||
field=models.CharField(blank=True, max_length=12, verbose_name='Tech code'), |
|||
), |
|||
] |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue