Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.web
Commits
2a918108
Commit
2a918108
authored
Sep 22, 2020
by
Samuel GAIST
Browse files
[settings][settings] Update INSTALLED_APP declaration
It now follows Django 3 way of listing ones custom applications.
parent
8bbbce40
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/web/settings/settings.py
View file @
2a918108
...
...
@@ -316,25 +316,25 @@ INSTALLED_APPS = (
"rest_framework.authtoken"
,
"jsonfield"
,
"actstream"
,
"beat.web.ui.registration"
,
"beat.web.accounts"
,
"beat.web.algorithms"
,
"beat.web.plotters"
,
"beat.web.attestations"
,
"beat.web.backend"
,
"beat.web.common"
,
"beat.web.databases"
,
"beat.web.dataformats"
,
"beat.web.experiments"
,
"beat.web.libraries"
,
"beat.web.navigation"
,
"beat.web.search"
,
"beat.web.statistics"
,
"beat.web.toolchains"
,
"beat.web.ui"
,
"beat.web.utils"
,
"beat.web.team"
,
"beat.web.reports"
,
"beat.web.ui.registration
.apps.UiRegistrationConfig
"
,
"beat.web.accounts
.apps.AccountsConfig
"
,
"beat.web.algorithms
.apps.AlgorithmsConfig
"
,
"beat.web.plotters
.apps.PlottersConfig
"
,
"beat.web.attestations
.apps.AttestationsConfig
"
,
"beat.web.backend
.apps.BackendConfig
"
,
"beat.web.common
.apps.CommonConfig
"
,
"beat.web.databases
.apps.DatabasesConfig
"
,
"beat.web.dataformats
.apps.DataFormatsConfig
"
,
"beat.web.experiments
.apps.ExperimentsConfig
"
,
"beat.web.libraries
.apps.LibrariesConfig
"
,
"beat.web.navigation
.apps.NavigationConfig
"
,
"beat.web.search
.apps.SearchConfig
"
,
"beat.web.statistics
.apps.StatisticsConfig
"
,
"beat.web.toolchains
.apps.ToolchainsConfig
"
,
"beat.web.ui
.apps.UiConfig
"
,
"beat.web.utils
.apps.UtilsConfig
"
,
"beat.web.team
.apps.TeamConfig
"
,
"beat.web.reports
.apps.ReportsConfig
"
,
)
# Secure re-estructured text markup parsing
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment