Gitlab CSE Unil
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ADIM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
M. Chardon
ADIM
Merge requests
!7
correcion ref moodle
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
correcion ref moodle
django
into
javascript
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
M. Chardon
requested to merge
django
into
javascript
6 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
correcion ref moodle
0
0
Merge request reports
Compare
javascript
javascript (base)
and
latest version
latest version
4e0dbd42
1 commit,
6 years ago
1 file
+
6
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
adim_project/adim_project/settings/staging.py
+
6
−
1
Options
@@ -22,7 +22,12 @@ DATABASES = {
},
}
MOODLE_HREF
=
"
https://tstmoodle.unil.ch/33/mod/adim/checkAccess.php?uuid={uuid}
"
ATTP
=
{
'
moodle
'
:
{
'
CHECK_URL
'
:
"
https://tstmoodle.unil.ch/33/mod/adim/checkAccess.php?uuid={uuid}
"
,
'
MODE_ID
'
:
16
}
}
ADIM_PROD
=
False
ADIM_DEBUG_JS
=
False
Loading