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.