Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Fix blueprints default path
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Jul 14, 2013
1 parent e3f1063 commit 297ae79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quokka/utils/blueprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def load_blueprints_from_folder(app):

path = os.path.join(
app.config.get('PROJECT_ROOT', '..'),
app.config.get('BLUEPRINTS_PATH', 'blueprints')
app.config.get('BLUEPRINTS_PATH', 'modules')
)

dir_list = os.listdir(path)
Expand Down

0 comments on commit 297ae79

Please sign in to comment.