These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
Eve Alliance Auth - Open Source
)TEMPLATE_DIRS = ( os.path.join(BASE_DIR, '/home/allianceserver/allianceauth/customization/templates'), os.path.join(BASE_DIR, '/home/allianceserver/allianceauth/stock/templates'),)STATICFILES_DIRS = ( os.path.join(BASE_DIR, "/home/allianceserver/allianceauth/customization/static"), os.path.join(BASE_DIR, "/home/allianceserver/allianceauth/stock/static"),)
DEBUG = 'True' == os.environ.get('AA_DEBUG','True')
DEBUG = 'True' == os.environ.get('AA_DEBUG','False')
TEMPLATE_DIRS = ( os.path.join(BASE_DIR, 'customization/templates'), os.path.join(BASE_DIR, 'stock/templates'),)STATICFILES_DIRS = ( os.path.join(BASE_DIR, "customization/static"), os.path.join(BASE_DIR, "stock/static"),)
python manage.py collectstatic
python manage.py collectstaticYou have requested to collect static files at the destinationlocation as specified in your settings: /home/user/allianceauth/staticThis will overwrite existing files!Are you sure you want to do this?Type 'yes' to continue, or 'no' to cancel: yes0 static files copied to '/home/user/allianceauth/static', 97 unmodified.
-Dharr Guartonzec-
CEO of Non-Sedentary
IS_CORP = 'True' == os.environ.get('AA_IS_CORP', 'False')