Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
atdb-ldv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ASTRON SDC
atdb-ldv
Merge requests
!319
Profiling
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
Profiling
profiling
into
master
Overview
0
Commits
2
Pipelines
1
Changes
26
Merged
Nico Vermaas
requested to merge
profiling
into
master
1 year ago
Overview
0
Commits
2
Pipelines
1
Changes
26
Expand
profiling and some bugfixes
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
ba47c17e
2 commits,
1 year ago
26 files
+
591
−
498
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
26
Search (e.g. *.vue) (Ctrl+P)
atdb/atdb/settings/base.py
+
9
−
1
Options
import
os
import
logging
import
sys
sys
.
modules
[
'
fontawesome_free
'
]
=
__import__
(
'
fontawesome-free
'
)
logger
=
logging
.
getLogger
(
__name__
)
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
@@ -33,7 +36,8 @@ INSTALLED_APPS = [
'
bootstrap_pagination
'
,
'
django_tables2
'
,
'
bootstrap3
'
,
'
fontawesome-free
'
,
'
fontawesome_free
'
,
'
silk
'
,
## These are required for ASTRONauth
'
django.contrib.sites
'
,
@@ -55,6 +59,7 @@ MIDDLEWARE = [
'
django.contrib.auth.middleware.AuthenticationMiddleware
'
,
'
django.contrib.messages.middleware.MessageMiddleware
'
,
'
django.middleware.clickjacking.XFrameOptionsMiddleware
'
,
'
silk.middleware.SilkyMiddleware
'
,
]
ROOT_URLCONF
=
'
atdb.urls
'
@@ -247,3 +252,6 @@ logger.info("KEYCLOAK_URL:" + KEYCLOAK_URL)
SESSION_COOKIE_NAME
=
'
atdb_session_id
'
CSRF_COOKIE_NAME
=
'
atdb_csrftoken
'
SILKY_PYTHON_PROFILER
=
False
SILKY_PYTHON_PROFILER_BINARY
=
False
\ No newline at end of file
Loading