fix static path bug

FFIB %!s(int64=5) %!d(string=hace) años
padre
commit
e9264fe518
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      kodosale/settings.py

+ 1 - 0
kodosale/settings.py

@@ -164,6 +164,7 @@ USE_TZ = True
164 164
 # https://docs.djangoproject.com/en/1.11/howto/static-files/
165 165
 
166 166
 STATICFILES_DIRS = (
167
+    os.path.join(BASE_DIR, "simditor", "static"),
167 168
     os.path.join(PROJ_DIR, 'static').replace('\\', '/'),
168 169
 )
169 170