Skip to content

Commit 381ff24

Browse files
committed
Import settings in forms.py
1 parent c4a6d70 commit 381ff24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tubesync/sync/forms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
from django import forms, VERSION as DJANGO_VERSION
3+
from django.conf import settings
34
from django.utils.translation import gettext_lazy as _
45

56
from .models import Source

0 commit comments

Comments
 (0)