Bootstrap Weirsøe Party Protocol with initial game model and workflow
This commit is contained in:
0
voice/__init__.py
Normal file
0
voice/__init__.py
Normal file
BIN
voice/__pycache__/__init__.cpython-312.pyc
Normal file
BIN
voice/__pycache__/__init__.cpython-312.pyc
Normal file
Binary file not shown.
BIN
voice/__pycache__/admin.cpython-312.pyc
Normal file
BIN
voice/__pycache__/admin.cpython-312.pyc
Normal file
Binary file not shown.
BIN
voice/__pycache__/apps.cpython-312.pyc
Normal file
BIN
voice/__pycache__/apps.cpython-312.pyc
Normal file
Binary file not shown.
BIN
voice/__pycache__/models.cpython-312.pyc
Normal file
BIN
voice/__pycache__/models.cpython-312.pyc
Normal file
Binary file not shown.
3
voice/admin.py
Normal file
3
voice/admin.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from django.contrib import admin
|
||||
|
||||
# Register your models here.
|
||||
5
voice/apps.py
Normal file
5
voice/apps.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class VoiceConfig(AppConfig):
|
||||
name = 'voice'
|
||||
0
voice/migrations/__init__.py
Normal file
0
voice/migrations/__init__.py
Normal file
BIN
voice/migrations/__pycache__/__init__.cpython-312.pyc
Normal file
BIN
voice/migrations/__pycache__/__init__.cpython-312.pyc
Normal file
Binary file not shown.
3
voice/models.py
Normal file
3
voice/models.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from django.db import models
|
||||
|
||||
# Create your models here.
|
||||
3
voice/tests.py
Normal file
3
voice/tests.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from django.test import TestCase
|
||||
|
||||
# Create your tests here.
|
||||
3
voice/views.py
Normal file
3
voice/views.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
# Create your views here.
|
||||
Reference in New Issue
Block a user