mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-14 23:02:21 +00:00
Fix incorrect INSTALLED_APPS line for testing.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
from .base import *
|
from .base import *
|
||||||
|
|
||||||
INSTALLED_APPS += [
|
INSTALLED_APPS += [
|
||||||
'django-jenkins',
|
'django_jenkins',
|
||||||
]
|
]
|
||||||
|
|
||||||
PROJECT_APPS = [
|
PROJECT_APPS = [
|
||||||
|
|||||||
Reference in New Issue
Block a user