LIL-638 Добавить кнопки на пробный урок в другие места на сайте See merge request lilcity/backend!125remotes/origin/hotfix/LIL-661
commit
dd563eb081
11 changed files with 81 additions and 3 deletions
@ -0,0 +1,18 @@ |
||||
# Generated by Django 2.0.6 on 2018-08-27 21:58 |
||||
|
||||
from django.db import migrations, models |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('school', '0020_auto_20180824_2132'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AddField( |
||||
model_name='schoolschedule', |
||||
name='trial_lesson', |
||||
field=models.URLField(blank=True, default=''), |
||||
), |
||||
] |
||||
Loading…
Reference in new issue