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