0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00

Fix settings

This commit is contained in:
Tim Glaser 2020-01-24 16:22:12 -08:00
parent 76426b9280
commit 1edee15609
2 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ USE_TZ = True
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/2.2/howto/static-files/
STATIC_ROOT = os.path.join(BASE_DIR, 'dist')
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
STATIC_URL = '/static/'
STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'frontend/dist')

0
staticfiles/empty.txt Normal file
View File