Skip to content

Commit 96e1248

Browse files
committed
new
0 parents  commit 96e1248

32 files changed

+953
-0
lines changed

db.sqlite3

128 KB
Binary file not shown.

func1api/__init__.py

Whitespace-only changes.
119 Bytes
Binary file not shown.
138 Bytes
Binary file not shown.
179 Bytes
Binary file not shown.
176 Bytes
Binary file not shown.
1.45 KB
Binary file not shown.
1.63 KB
Binary file not shown.

func1api/admin.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from django.contrib import admin
2+
3+
# Register your models here.

func1api/apps.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from django.apps import AppConfig
2+
3+
4+
class Func1ApiConfig(AppConfig):
5+
name = 'func1api'

0 commit comments

Comments
 (0)