Add migrations to the small apps.
authorDiane Trout <diane@ghic.org>
Tue, 24 May 2016 22:45:15 +0000 (15:45 -0700)
committerDiane Trout <diane@ghic.org>
Fri, 24 Jun 2016 22:55:49 +0000 (15:55 -0700)
commit5b48ddf167d6a3776f1992058b127fffea5c379f
tree222a558bfc7a730b61de8461536bf7ee20353ef0
parenta82a2b2054b5ec207960dd60ea09b49e002e819e
Add migrations to the small apps.

Django 1.9 dropped the old way of creating the database so we needed to
update
bcmagic/migrations/0001_initial.py [new file with mode: 0644]
bcmagic/migrations/__init__.py [new file with mode: 0644]
inventory/migrations/0001_initial.py [new file with mode: 0644]
inventory/migrations/__init__.py [new file with mode: 0644]
labels/migrations/0001_initial.py [new file with mode: 0644]
labels/migrations/__init__.py [new file with mode: 0644]