Simple django app to display links
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
383 B

# Generated by Django 2.2.2 on 2019-06-06 23:08
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('linkstore', '0002_auto_20190406_1546'),
]
operations = [
migrations.AlterField(
model_name='link',
name='url',
field=models.URLField(max_length=255),
),
]