Initial commit

This commit is contained in:
Keannu Christian Bernasol 2023-02-27 23:59:14 +08:00
commit 78e776177d
11 changed files with 463 additions and 0 deletions

0
ivy/api/__init__.py Normal file
View file

5
ivy/api/urls.py Normal file
View file

@ -0,0 +1,5 @@
from django.contrib import admin
from django.urls import path
urlpatterns = [
]