7 lines
181 B
Python
7 lines
181 B
Python
# Copyright The IETF Trust 2007-2019, All Rights Reserved
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from ietf.settings_local import * # pyflakes:ignore
|
|
|
|
DJANGO_VITE_DEV_MODE = True
|