remove unused stuff

This commit is contained in:
sinavir 2023-02-09 17:21:29 +01:00
parent ff422503e1
commit b05ead45c6
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.