mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-18 14:55:09 +01:00
Create project template for deployment.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
Alliance Auth Test Suite Django settings.
|
||||
"""
|
||||
|
||||
from allianceauth.settings.base import *
|
||||
from allianceauth.project_template.project_name.settings.base import *
|
||||
|
||||
# Use nose to run all tests
|
||||
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
|
||||
@@ -16,7 +16,7 @@ NOSE_ARGS = [
|
||||
# Celery configuration
|
||||
CELERY_ALWAYS_EAGER = True # Forces celery to run locally for testing
|
||||
|
||||
INSTALLED_APPS = [
|
||||
INSTALLED_APPS += [
|
||||
'allianceauth.hrapplications',
|
||||
'allianceauth.timerboard',
|
||||
'allianceauth.srp',
|
||||
@@ -39,8 +39,6 @@ INSTALLED_APPS = [
|
||||
'django_nose',
|
||||
]
|
||||
|
||||
add_auth_apps(INSTALLED_APPS)
|
||||
|
||||
ROOT_URLCONF = 'tests.urls'
|
||||
|
||||
CACHES['default'] = {'BACKEND': 'django.core.cache.backends.db.DatabaseCache'}
|
||||
|
||||
Reference in New Issue
Block a user