Skip to content

Commit

Permalink
Add migration
Browse files Browse the repository at this point in the history
  • Loading branch information
fowczarek committed Oct 21, 2019
1 parent c39bf5e commit fce099e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .isort.cfg

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Generated by Django 2.2.6 on 2019-10-21 11:40

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [("site", "0023_auto_20191007_0835")]

operations = [
migrations.AddField(
model_name="sitesettings",
name="customer_set_password_url",
field=models.CharField(blank=True, max_length=255, null=True),
)
]

0 comments on commit fce099e

Please sign in to comment.