From 20ef745b3fa8239fcd1611666c336afacf265b6d Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 22 Sep 2016 16:37:05 +0200 Subject: [PATCH] Uncomitted changes --- tipp/openliga.py | 0 tippy/settings.py | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 tipp/openliga.py diff --git a/tipp/openliga.py b/tipp/openliga.py old mode 100755 new mode 100644 diff --git a/tippy/settings.py b/tippy/settings.py index d81afca..b0ff94a 100644 --- a/tippy/settings.py +++ b/tippy/settings.py @@ -25,7 +25,7 @@ MANAGERS = ADMINS DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql_psycopg2', - 'NAME': 'django_tippy', + 'NAME': 'tippy', 'USER': 'tippy', 'PASSWORD': 'tippy', 'HOST': 'localhost', @@ -73,7 +73,7 @@ MEDIA_URL = '/media/' # Don't put anything in this directory yourself; store your static files # in apps' "static/" subdirectories and in STATICFILES_DIRS. # Example: "/home/media/media.lawrence.com/static/" -STATIC_ROOT = '/home/martin/dev/tippy/TipPy/static/' +STATIC_ROOT = '/home/martin/dev/TipPy/src/static/' MEDIA_ROOT = os.path.join(BASE_DIR, 'media/') # URL prefix for static files. @@ -85,7 +85,7 @@ STATICFILES_DIRS = ( # Put strings here, like "/home/html/static" or "C:/www/django/static". # Always use forward slashes, even on Windows. # Don't forget to use absolute paths, not relative paths. - '/home/martin/dev/tippy/TipPy/tippy/static', + '/home/martin/dev/TipPy/src/tippy/static/', ) # List of finder classes that know how to find static files in