Skip to content

Commit

Permalink
Moved uploads folder
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bendebury committed Jun 16, 2014
1 parent b316305 commit b6365df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Expand Up @@ -29,7 +29,7 @@ class BaseConfig(object):
SQLALCHEMY_MIGRATE_REPO = os.path.join(ROOT, 'db')

# Upload config
UPLOAD_DIR = os.path.join(ROOT, 'app/uploads')
UPLOAD_DIR = os.path.join(ROOT, 'uploads')
ALLOWED_EXTENSIONS = ["xml", "json"]
STRUCTURE_EXTENSION = "json"

Expand Down
File renamed without changes.

0 comments on commit b6365df

Please sign in to comment.