diff --git a/scim_app/core/__init__.py b/scim_app/core/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/scim_app/core/admin.py b/scim_app/core/admin.py deleted file mode 100644 index 8c38f3f..0000000 --- a/scim_app/core/admin.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.contrib import admin - -# Register your models here. diff --git a/scim_app/core/apps.py b/scim_app/core/apps.py deleted file mode 100644 index 8115ae6..0000000 --- a/scim_app/core/apps.py +++ /dev/null @@ -1,6 +0,0 @@ -from django.apps import AppConfig - - -class CoreConfig(AppConfig): - default_auto_field = 'django.db.models.BigAutoField' - name = 'core' diff --git a/scim_app/core/migrations/__init__.py b/scim_app/core/migrations/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/scim_app/core/models.py b/scim_app/core/models.py deleted file mode 100644 index 71a8362..0000000 --- a/scim_app/core/models.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.db import models - -# Create your models here. diff --git a/scim_app/core/tests.py b/scim_app/core/tests.py deleted file mode 100644 index 7ce503c..0000000 --- a/scim_app/core/tests.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.test import TestCase - -# Create your tests here. diff --git a/scim_app/core/views.py b/scim_app/core/views.py deleted file mode 100644 index 91ea44a..0000000 --- a/scim_app/core/views.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.shortcuts import render - -# Create your views here.