mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-07 07:36:20 +01:00
Moved staticfiles to stock/static
Added STATIC_ROOT to enable collection of staticfiles Ignored static/ directory so changes by end user go untracked Now required python manage.py collectstatic during install procedure
This commit is contained in:
@@ -128,7 +128,7 @@ TEMPLATE_DIRS = (
|
||||
|
||||
STATICFILES_DIRS = (
|
||||
'customization/static',
|
||||
'static',
|
||||
'stock/static',
|
||||
)
|
||||
|
||||
LOGIN_URL = '/login_user/'
|
||||
@@ -149,6 +149,7 @@ USE_TZ = True
|
||||
# Static files (CSS, JavaScript, Images)
|
||||
# https://docs.djangoproject.com/en/1.6/howto/static-files/
|
||||
STATIC_URL = '/static/'
|
||||
STATIC_ROOT = '/home/allianceserver/allianceauth/static/'
|
||||
|
||||
#####################################################
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user