mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +01:00
Fix settings
This commit is contained in:
parent
76426b9280
commit
1edee15609
@ -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
0
staticfiles/empty.txt
Normal file
Loading…
Reference in New Issue
Block a user