mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
Fix migration issue
This commit is contained in:
parent
70c4b17518
commit
c82d9c7722
@ -7,6 +7,8 @@ from django.db import migrations
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
atomic = False
|
||||
|
||||
dependencies = [
|
||||
('teamspeak3', '0001_initial'),
|
||||
]
|
||||
|
2
tox.ini
2
tox.ini
@ -13,7 +13,7 @@ basepython =
|
||||
py37: python3.7
|
||||
deps=
|
||||
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/Adarnof/adarnauth-esi/zipball/master#egg=adarnauth-esi
|
||||
install_command = pip install -e ".[testing]" -U {opts} {packages}
|
||||
|
Loading…
x
Reference in New Issue
Block a user