From 36f9f258a11cd368525db165f18123f1586c425c Mon Sep 17 00:00:00 2001 From: ajurna Date: Thu, 7 Feb 2019 15:46:43 +0000 Subject: [PATCH] fixed tests not working --- comic_auth/admin.py | 3 --- comic_auth/models.py | 3 --- 2 files changed, 6 deletions(-) diff --git a/comic_auth/admin.py b/comic_auth/admin.py index 8c38f3f..e69de29 100644 --- a/comic_auth/admin.py +++ b/comic_auth/admin.py @@ -1,3 +0,0 @@ -from django.contrib import admin - -# Register your models here. diff --git a/comic_auth/models.py b/comic_auth/models.py index 71a8362..e69de29 100644 --- a/comic_auth/models.py +++ b/comic_auth/models.py @@ -1,3 +0,0 @@ -from django.db import models - -# Create your models here.