✨ Feat: [#63] 노코드툴 앱 생성
This commit is contained in:
0
nocodetools/__init__.py
Normal file
0
nocodetools/__init__.py
Normal file
3
nocodetools/admin.py
Normal file
3
nocodetools/admin.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from django.contrib import admin
|
||||
|
||||
# Register your models here.
|
||||
3
nocodetools/tests.py
Normal file
3
nocodetools/tests.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from django.test import TestCase
|
||||
|
||||
# Create your tests here.
|
||||
1
nocodetools/views.py
Normal file
1
nocodetools/views.py
Normal file
@@ -0,0 +1 @@
|
||||
# views.py
|
||||
Reference in New Issue
Block a user