You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
408 B
18 lines
408 B
# Generated by Django 2.0.6 on 2018-08-22 12:11
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('user', '0022_user_instagram_hashtag'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='user',
|
|
name='trial_lesson',
|
|
field=models.URLField(blank=True, default='', null=True),
|
|
),
|
|
]
|
|
|