Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odevzdávací Systém MO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Merge requests
!54
Výpis emailů pro snadné rozesílání
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Výpis emailů pro snadné rozesílání
jirka/maily
into
devel
Overview
12
Commits
2
Changes
4
All threads resolved!
Hide all comments
Merged
Jiří Setnička
requested to merge
jirka/maily
into
devel
4 years ago
Overview
12
Commits
2
Changes
4
All threads resolved!
Hide all comments
Issue
#99 (closed)
0
0
Merge request reports
Viewing commit
0d1838ae
Prev
Next
Show latest version
4 files
+
6
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
0d1838ae
Kontaktní email v konfiguraci
· 0d1838ae
Jiří Setnička
authored
4 years ago
etc/config.py.example
+
3
−
0
View file @ 0d1838ae
Edit in single-file editor
Open in Web IDE
Show full file
@@ -11,6 +11,9 @@ SESSION_COOKIE_PATH = '/'
SESSION_COOKIE_NAME = 'mo_session'
# SESSION_COOKIE_SECURE=True
# Kontaktní email (v patičce a také používaný jako adresát při generování pošty s Bcc)
MAIL_CONTACT = "osmo@mo.mff.cuni.cz"
# Odesilatel generovaných mailů (není-li definován, neposílají se)
# MAIL_FROM = "osmo-auto@mo.mff.cuni.cz"
Loading