mirror of
https://github.com/evgen-app/chess_rpg_backend.git
synced 2025-02-07 15:10:42 +03:00
16 lines
238 B
Python
16 lines
238 B
Python
# Generated by Django 4.0.5 on 2022-06-23 22:56
|
|
|
|
from django.db import migrations, models
|
|
import django.db.models.deletion
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
initial = True
|
|
|
|
dependencies = [
|
|
]
|
|
|
|
operations = [
|
|
]
|