PEP8 cleanup, unused imports, missing imports, style cleanups
This commit is contained in:
@@ -18,12 +18,10 @@ class Migration(SchemaMigration):
|
||||
))
|
||||
db.send_create_signal('bootstrap', ['BootstrapSetup'])
|
||||
|
||||
|
||||
def backwards(self, orm):
|
||||
# Deleting model 'BootstrapSetup'
|
||||
db.delete_table('bootstrap_bootstrapsetup')
|
||||
|
||||
|
||||
models = {
|
||||
'bootstrap.bootstrapsetup': {
|
||||
'Meta': {'ordering': "['name']", 'object_name': 'BootstrapSetup'},
|
||||
@@ -35,4 +33,4 @@ class Migration(SchemaMigration):
|
||||
}
|
||||
}
|
||||
|
||||
complete_apps = ['bootstrap']
|
||||
complete_apps = ['bootstrap']
|
||||
|
||||
Reference in New Issue
Block a user