mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-22 04:49:49 -04:00
5 lines
174 B
Python
5 lines
174 B
Python
from django.contrib.messages.api import * # NOQA
|
|
from django.contrib.messages.constants import * # NOQA
|
|
|
|
default_app_config = 'django.contrib.messages.apps.MessagesConfig'
|