multipart stuff.

This commit is contained in:
2014-06-25 19:54:14 +02:00
parent b6ec851981
commit e9e6adc823
3 changed files with 46 additions and 14 deletions

View File

@@ -83,14 +83,17 @@ USE_L10N = True
USE_TZ = True
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.6/howto/static-files/
STATIC_URL = '/static/'
MEDIA_URL = '/media/'
MEDIA_ROOT = r'D:\work\workspace\scon\src\scon\dj\scon\media'
#SESSION_ENGINE = "django.contrib.sessions.backends.cache"
#SESSION_ENGINE = "django.contrib.sessions.backends.cached_db"
#SESSION_ENGINE = "django.contrib.sessions.backends.file"
#SESSION_ENGINE = "django.contrib.sessions.backends.signed_cookies"
DEJAQT_DIRS = {
STATIC_URL: '',
}