11 lines
119 B
Python
11 lines
119 B
Python
from django.db import models
|
|
|
|
# Create your models here.
|
|
in_matchmaking = {
|
|
"tournaments": {
|
|
|
|
},
|
|
"normal": {
|
|
|
|
}
|
|
} |