django_etebase: make migration generic and not depend on myauth.
This commit is contained in:
parent
785e4fae97
commit
4948e91c65
@ -8,7 +8,7 @@ import django.db.models.deletion
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('myauth', '0001_initial'),
|
# XXX removed this to make this migration generic ('myauth', '0001_initial'),
|
||||||
('django_etebase', '0001_initial'),
|
('django_etebase', '0001_initial'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user