Removing unused Django stock admin app

This commit is contained in:
Kumi 2020-04-15 22:49:20 +02:00
parent a1ba9318ad
commit 4b666ec1ad
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.contrib import admin
# Register your models here.

View file

@ -8,7 +8,6 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
# Application definition
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',

View file

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