update default path to faucet static

This commit is contained in:
Ian Munoz 2019-04-23 09:58:08 -06:00
parent 11247d0406
commit ac71d29b19
1 changed files with 1 additions and 1 deletions

View File

@ -150,4 +150,4 @@ USE_TZ = True
STATIC_URL = '/static/'
MEDIA_URL = '/media/'
MEDIA_ROOT = MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
STATIC_ROOT = '/home/zcash/faucet/faucet/static'
STATIC_ROOT = '/home/zcashd/zfaucet/faucet/static'