Just enough infrastructure to get tests to pass as standalone app

This commit is contained in:
Scot Hacker 2018-03-29 23:05:49 -07:00
parent d3d8d5e46c
commit ff49d5cba2
9 changed files with 307 additions and 5 deletions

View file

@ -5,7 +5,7 @@ from django.db import migrations
class Migration(migrations.Migration):
atomic = False
dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('todo', '0005_auto_20180212_2325'),