This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
polynum-blackboard/polynum_blackboard/app_settings.py

7 lines
224 B
Python

# -*- coding: utf-8 -*-
from django.conf import settings
BB_RESUME_MESSAGE = getattr(settings, 'POLYNUM_BLACKBOARD_RESUME_MESSAGE',
u'Votre document sera en ligne dans 5 minutes, dans un menu nommé "Reprographie".')