Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nk20
Manage
Activity
Members
Labels
Plan
Issues
32
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
BDE
nk20
Merge requests
!15
Turbolinks
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Turbolinks
turbolinks
into
master
Overview
1
Commits
12
Pipelines
1
Changes
6
Merged
ynerant
requested to merge
turbolinks
into
master
5 years ago
Overview
1
Commits
12
Pipelines
1
Changes
3
Expand
Cf issue
#22 (closed)
👍
0
👎
0
Merge request reports
Viewing commit
db1e3eb9
Prev
Next
Show latest version
3 files
+
53
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
db1e3eb9
Remove django-turbolinks dependency
· db1e3eb9
ynerant
authored
5 years ago
note_kfet/settings/base.py
+
1
−
3
Options
@@ -55,8 +55,6 @@ INSTALLED_APPS = [
# Autocomplete
'
dal
'
,
'
dal_select2
'
,
# turbolinks
'
turbolinks
'
,
# Note apps
'
activity
'
,
@@ -77,7 +75,7 @@ MIDDLEWARE = [
'
django.middleware.clickjacking.XFrameOptionsMiddleware
'
,
'
django.middleware.locale.LocaleMiddleware
'
,
'
django.contrib.sites.middleware.CurrentSiteMiddleware
'
,
'
turbolinks
.middleware.TurbolinksMiddleware
'
,
'
note_kfet
.middleware
s
.TurbolinksMiddleware
'
,
]
ROOT_URLCONF
=
'
note_kfet.urls
'
Loading