From 615a218d970b4d1f6d837a98fb33778bbdace4f8 Mon Sep 17 00:00:00 2001 From: sm4640 Date: Sat, 31 May 2025 00:56:43 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Feat:=20[#63]=20=EB=85=B8=EC=BD=94?= =?UTF-8?q?=EB=93=9C=ED=88=B4=20=EC=95=B1=20=EC=83=9D=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nocodetools/__init__.py | 0 nocodetools/admin.py | 3 +++ nocodetools/tests.py | 3 +++ nocodetools/views.py | 1 + 4 files changed, 7 insertions(+) create mode 100644 nocodetools/__init__.py create mode 100644 nocodetools/admin.py create mode 100644 nocodetools/tests.py create mode 100644 nocodetools/views.py diff --git a/nocodetools/__init__.py b/nocodetools/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/nocodetools/admin.py b/nocodetools/admin.py new file mode 100644 index 0000000..8c38f3f --- /dev/null +++ b/nocodetools/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/nocodetools/tests.py b/nocodetools/tests.py new file mode 100644 index 0000000..7ce503c --- /dev/null +++ b/nocodetools/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/nocodetools/views.py b/nocodetools/views.py new file mode 100644 index 0000000..d43f642 --- /dev/null +++ b/nocodetools/views.py @@ -0,0 +1 @@ +# views.py