fixes to start production environment
This commit is contained in:
@@ -149,3 +149,8 @@ USE_TZ = True
|
||||
STATIC_URL = '/static/'
|
||||
|
||||
TAXONOMY_FILE = 'shop-taxonomy.es-ES.txt'
|
||||
|
||||
|
||||
MEDIA_URL = '/media/'
|
||||
MEDIA_ROOT = BASE_DIR + '/../media/'
|
||||
GEOIP_PATH = BASE_DIR + '/../datasets/'
|
||||
|
||||
Reference in New Issue
Block a user