- env/debug.env
postgres:
- image: postgres:11
+ image: postgres:13
env_file:
- env/debug.env
environment:
restart: unless-stopped
env_file:
- env/prod.env
+ volumes:
+ - /mnt/crfpa-videos:/mnt/crfpa-videos
+ - /mnt/crfpa-scripts:/mnt/crfpa-scripts
channels:
build:
long_description = open('README.rst').read(),
author = "Guillaume Pellerin",
author_email = "yomguy@parisson.com",
- version = '1.3',
+ version = '2.0',
platforms=['OS Independent'],
license='CeCILL v2',
classifiers = CLASSIFIERS,
new_rel = os.sep.join(old_rel_root) + os.sep + str(self.uuid) + ext
if not os.path.exists(new_abs):
- os.symlink(old_abs, new_abs)
+ os.symlink(filename + ext, new_abs)
if not self.url:
self.url = settings.MEDIA_URL + str(new_rel)
<a href="{% url 'teleforma-desk-period-course' period.id script.course.id %}">{{ script.title }}</a>
<div style="float: right; font-size: 0.9em;">
+ <a href="{% url 'postman:write' script.author.username %}" class="component_icon button icon_ok">{% trans "Send a message" %}</a>
{% if topic.file %}
<a id="topic" href="{% url 'teleforma-document-download' topic.id %}" class="component_icon button icon_download"> {% trans "Topic" %}</a>
{% endif %}