Fix module import order

This commit is contained in:
Alexandre Iooss 2022-03-11 17:18:14 +01:00
parent 8d44182af8
commit 032c9086f8
5 changed files with 7 additions and 7 deletions

View file

@ -14,8 +14,8 @@ https://docs.djangoproject.com/en/2.2/ref/settings/
import os
from django.utils.translation import gettext_lazy as _
from django.contrib.messages import constants as messages
from django.utils.translation import gettext_lazy as _
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))