Fix module import order
This commit is contained in:
parent
8d44182af8
commit
032c9086f8
5 changed files with 7 additions and 7 deletions
|
|
@ -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__)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue