Skip to content
Snippets Groups Projects

Backend tests

Merged Jan Maximilian Michal requested to merge backend-tests into master
24 files
+ 658
186
Compare changes
  • Side-by-side
  • Inline
Files
24
@@ -2,6 +2,8 @@
# Generated by Django 1.11.7 on 2017-11-04 19:10
from __future__ import unicode_literals
from typing import List, Text
import django.db.models.deletion
from django.conf import settings
from django.db import migrations, models
@@ -13,8 +15,7 @@ class Migration(migrations.Migration):
initial = True
dependencies = [
]
dependencies: List[Text] = []
operations = [
migrations.CreateModel(
Loading