field=models.URLField(default='https://go.gmu.edu',help_text='The URL to be redirected to when visiting the shortlink.',max_length=1000),
),
migrations.AlterField(
model_name='url',
name='short',
field=models.CharField(help_text='The shortcode that acts as the unique go link.',max_length=20,unique=True,validators=[go.models.URL.unique_short_validator,go.models.URL.regex_short_validator]),