Skip to content

Commit 6aa1099

Browse files
authored
Add files via upload
0 parents  commit 6aa1099

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+6558
-0
lines changed

backend/Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: python manage.py runserver 0.0.0.0:8000

backend/api/__init__.py

Whitespace-only changes.
157 Bytes
Binary file not shown.
198 Bytes
Binary file not shown.
428 Bytes
Binary file not shown.
760 Bytes
Binary file not shown.
1.31 KB
Binary file not shown.
388 Bytes
Binary file not shown.
1.69 KB
Binary file not shown.

backend/api/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.

0 commit comments

Comments
 (0)