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
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
Merged
Výpis emailů pro snadné rozesílání
jirka/maily
into
devel
Overview
12
Commits
2
Changes
10
Merged
Jiří Setnička
requested to merge
jirka/maily
into
devel
4 years ago
Overview
12
Commits
2
Changes
10
Expand
Issue
#99 (closed)
0
0
Merge request reports
Compare
devel
version 1
7905b6e5
4 years ago
devel (base)
and
latest version
latest version
d89c6f79
2 commits,
4 years ago
version 1
7905b6e5
2 commits,
4 years ago
10 files
+
107
−
27
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
etc/config.py.example
+
3
−
0
Options
@@ -11,6 +11,9 @@ SESSION_COOKIE_PATH = '/'
@@ -11,6 +11,9 @@ SESSION_COOKIE_PATH = '/'
SESSION_COOKIE_NAME = 'mo_session'
SESSION_COOKIE_NAME = 'mo_session'
# SESSION_COOKIE_SECURE=True
# 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)
# Odesilatel generovaných mailů (není-li definován, neposílají se)
# MAIL_FROM = "osmo-auto@mo.mff.cuni.cz"
# MAIL_FROM = "osmo-auto@mo.mff.cuni.cz"
Loading