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
!86
Registrace
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Registrace
mj/registrace
into
devel
Overview
49
Commits
38
Changes
2
Merged
Martin Mareš
requested to merge
mj/registrace
into
devel
4 years ago
Overview
13
Commits
38
Changes
2
Implementace registrace podle
#220 (closed)
.
Edited
3 years ago
by
Martin Mareš
0
0
Merge request reports
Viewing commit
ca56506b
Show latest version
2 files
+
79
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
ca56506b
API pro JS na zadávání škol
· ca56506b
Martin Mareš
authored
3 years ago
mo/web/__init__.py
+
1
−
0
View file @ ca56506b
Edit in single-file editor
Open in Web IDE
Show full file
@@ -215,6 +215,7 @@ except ImportError:
# Většina webu je v samostatných modulech
import
mo.web.api
import
mo.web.auth
import
mo.web.jinja
import
mo.web.menu
Loading