Feat: [#63] 노코드툴 앱 생성

This commit is contained in:
sm4640
2025-05-31 00:56:43 +09:00
parent 40e9af078a
commit 615a218d97
4 changed files with 7 additions and 0 deletions

0
nocodetools/__init__.py Normal file
View File

3
nocodetools/admin.py Normal file
View File

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

3
nocodetools/tests.py Normal file
View File

@@ -0,0 +1,3 @@
from django.test import TestCase
# Create your tests here.

1
nocodetools/views.py Normal file
View File

@@ -0,0 +1 @@
# views.py