Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
3cbf2e1d
Verified
Commit
3cbf2e1d
authored
Sep 25, 2021
by
Baptiste Beauplat
Browse files
Prefix apps name with 'debexpo.'
parent
3ded951b
Changes
10
Hide whitespace changes
Inline
Side-by-side
debexpo/accounts/apps.py
View file @
3cbf2e1d
...
...
@@ -30,4 +30,4 @@ from django.apps import AppConfig
class
AccountsConfig
(
AppConfig
):
name
=
'accounts'
name
=
'
debexpo.
accounts'
debexpo/base/apps.py
View file @
3cbf2e1d
...
...
@@ -30,4 +30,4 @@ from django.apps import AppConfig
class
BaseConfig
(
AppConfig
):
name
=
'base'
name
=
'
debexpo.
base'
debexpo/bugs/apps.py
View file @
3cbf2e1d
...
...
@@ -30,4 +30,4 @@ from django.apps import AppConfig
class
BugsConfig
(
AppConfig
):
name
=
'bugs'
name
=
'
debexpo.
bugs'
debexpo/comments/apps.py
View file @
3cbf2e1d
...
...
@@ -30,4 +30,4 @@ from django.apps import AppConfig
class
CommentsConfig
(
AppConfig
):
name
=
'comments'
name
=
'
debexpo.
comments'
debexpo/importer/apps.py
View file @
3cbf2e1d
...
...
@@ -30,4 +30,4 @@ from django.apps import AppConfig
class
ImporterConfig
(
AppConfig
):
name
=
'importer'
name
=
'
debexpo.
importer'
debexpo/keyring/apps.py
View file @
3cbf2e1d
...
...
@@ -30,4 +30,4 @@ from django.apps import AppConfig
class
KeyringConfig
(
AppConfig
):
name
=
'keyring'
name
=
'
debexpo.
keyring'
debexpo/nntp/apps.py
View file @
3cbf2e1d
...
...
@@ -29,4 +29,4 @@ from django.apps import AppConfig
class
NntpConfig
(
AppConfig
):
name
=
'nntp'
name
=
'
debexpo.
nntp'
debexpo/packages/apps.py
View file @
3cbf2e1d
...
...
@@ -29,4 +29,4 @@ from django.apps import AppConfig
class
PackagesConfig
(
AppConfig
):
name
=
'packages'
name
=
'
debexpo.
packages'
debexpo/plugins/apps.py
View file @
3cbf2e1d
...
...
@@ -30,4 +30,4 @@ from django.apps import AppConfig
class
PluginsConfig
(
AppConfig
):
name
=
'plugins'
name
=
'
debexpo.
plugins'
debexpo/repository/apps.py
View file @
3cbf2e1d
...
...
@@ -30,4 +30,4 @@ from django.apps import AppConfig
class
RepositoryConfig
(
AppConfig
):
name
=
'repository'
name
=
'
debexpo.
repository'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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