master
Nick Sergeant 2014-10-20 22:32:52 -04:00
padre c738b16bae
commit b779948d07
Se han modificado 1 ficheros con 0 adiciones y 1 borrados

Ver fichero

@ -88,7 +88,6 @@ USE_TZ = True
if 'USE_SSL' in os.environ:
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
STATIC_ROOT = 'staticfiles'
STATIC_URL = '/static/'
STATICFILES_DIRS = (
os.path.join(BASE_DIR, 'media'),
)