PEP8 cleanup, unused imports, missing imports, style cleanups

This commit is contained in:
Roberto Rosario
2014-07-10 02:45:19 -04:00
parent beaccf7128
commit 3bed82fc16
75 changed files with 119 additions and 290 deletions

View File

@@ -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']