Skip to content

Commit

Permalink
update setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ckgathi committed Jul 11, 2017
1 parent 956910f commit fdbf1b3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ db.sqlite3
.pydevproject
.settings
.DS_Store
*.DS_Store
static
etc/*

# Byte-compiled / optimized / DLL files
Expand Down
Binary file modified bcpp_clinic/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion bcpp_clinic/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ class EdcSyncFilesAppConfig(BaseEdcSyncFilesAppConfig):

class EdcLabelAppConfig(BaseEdcLabelAppConfig):
template_folder = os.path.join(
settings.STATIC_ROOT, 'bcpp_clinic', 'label_templates')
settings.STATIC_ROOT, 'bcpp_clinic', 'edc_label', 'label_templates')

0 comments on commit fdbf1b3

Please sign in to comment.