Skip to content

Commit

Permalink
[ft #144208815] Rework landing page #2
Browse files Browse the repository at this point in the history
  • Loading branch information
asce1062 committed May 9, 2017
1 parent 091bf9a commit 43a30bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wger/settings.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import os

from wger.settings_global import *

# Use 'DEBUG = True' to get more details for server errors
Expand Down Expand Up @@ -36,7 +38,7 @@
# This is needed for uploaded files and images (exercise images, etc.) to be
# properly served.
SITE_URL = 'http://localhost:8000'

STATIC_ROOT = os.path.join(SITE_ROOT, 'staticfiles')
# Path to uploaded files
# Absolute filesystem path to the directory that will hold user-uploaded files.
MEDIA_ROOT = '/Users/asce1062/.local/share/wger/media'
Expand Down

0 comments on commit 43a30bb

Please sign in to comment.