PEP8 cleanup.

This commit is contained in:
Josh Washburne 2018-01-19 12:19:59 -05:00
parent f4ee7c5bd1
commit d8ed766696
2 changed files with 2 additions and 1 deletions

View file

@ -12,7 +12,7 @@ from core.utils import generate_password
def create_dj_user(apps, schema_editor):
User = apps.get_model('core', 'RadioUser')
db_alias = schema_editor.connection.alias
new_password = generate_password()
dj = User(email=settings.RADIO_DJ_EMAIL,
name=settings.RADIO_DJ_NAME,

View file

@ -33,6 +33,7 @@ def default_settings(apps, schema_editor):
data='30'),
])
class Migration(migrations.Migration):
dependencies = [