remove unneeded imports from people app

This commit is contained in:
Thomas Steen Rasmussen 2018-03-04 14:39:01 +01:00
parent ad9f9d1581
commit 0d47ec5607
4 changed files with 0 additions and 10 deletions

View File

@ -1,3 +0,0 @@
from django.contrib import admin
# Register your models here.

View File

@ -1,3 +0,0 @@
from django.db import models
# Create your models here.

View File

@ -1,3 +0,0 @@
from django.test import TestCase
# Create your tests here.

View File

@ -1,4 +1,3 @@
from django.shortcuts import render
from django.views.generic import ListView
from camps.models import Camp