删除两个没什么用的app

This commit is contained in:
晓丰 2025-04-17 14:10:17 +08:00
parent 9e0f36e77e
commit c0962dd877
15 changed files with 0 additions and 38 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 AccessControlConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'access_control'

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.

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 AdminPanelConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'admin_panel'

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.

View File

@ -47,8 +47,6 @@ INSTALLED_APPS = [
'accounts',
'websites',
'resumes',
'access_control',
'admin_panel',
'logs',
'invites',
'authorize'