Fix migration issue

This commit is contained in:
Basraah 2017-12-04 13:21:29 +10:00
parent 70c4b17518
commit c82d9c7722
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ from django.db import migrations
class Migration(migrations.Migration): class Migration(migrations.Migration):
atomic = False
dependencies = [ dependencies = [
('teamspeak3', '0001_initial'), ('teamspeak3', '0001_initial'),
] ]

View File

@ -13,7 +13,7 @@ basepython =
py37: python3.7 py37: python3.7
deps= deps=
dj111: Django>=1.11.1,<2.0 dj111: Django>=1.11.1,<2.0
dj20: Django>=2.0a1 dj20: Django>=2.0
dj20: https://github.com/celery/django-celery-beat/zipball/master#egg=django-celery-beat dj20: https://github.com/celery/django-celery-beat/zipball/master#egg=django-celery-beat
dj20: https://github.com/Adarnof/adarnauth-esi/zipball/master#egg=adarnauth-esi dj20: https://github.com/Adarnof/adarnauth-esi/zipball/master#egg=adarnauth-esi
install_command = pip install -e ".[testing]" -U {opts} {packages} install_command = pip install -e ".[testing]" -U {opts} {packages}