Remove core app

This commit is contained in:
Xeryus Stokkel 2022-01-13 14:05:11 +01:00
parent a6de4128b8
commit 5e68cf44e4
Signed by: Xeryus Stokkel
GPG Key ID: 7023C2C891DDE681
7 changed files with 0 additions and 18 deletions

View File

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

View File

@ -1,6 +0,0 @@
from django.apps import AppConfig
class CoreConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'core'

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.