Delete unused files

This commit is contained in:
Kumi 2020-06-10 09:45:36 +02:00
parent 0aa67e65c1
commit 8ee4066973
4 changed files with 0 additions and 12 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,3 +0,0 @@
from django.shortcuts import render
# Create your views here.