mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 00:39:16 +02:00
Dependency care - upgrade to django 3
This commit is contained in:
parent
2896a3de69
commit
2159c93ef3
4 changed files with 25 additions and 27 deletions
|
@ -3,7 +3,7 @@ from django.db import transaction
|
|||
|
||||
from rest_framework import serializers
|
||||
|
||||
from django.contrib.staticfiles.templatetags.staticfiles import static
|
||||
from django.templatetags.static import static
|
||||
|
||||
from funkwhale_api.common import serializers as common_serializers
|
||||
from funkwhale_api.common import utils as common_utils
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue