Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Commit

Permalink
new boilerplate folder convention
Browse files Browse the repository at this point in the history
`templates_for_boilerplates/<my-boilerplate>` is now `boilerplates/<my-boilerplate>/templates`

`static_for_boilerplates/<my-boilerplate>` is now `boilerplates/<my-boilerplate>/static`
  • Loading branch information
stefanfoulis committed Feb 2, 2015
1 parent f48354a commit a7b1909
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
REQUIREMENTS = [
'djangocms_text_ckeditor>=2.1.2',
'django-filer',
'aldryn-boilerplates>=0.5',
'aldryn-boilerplates>=0.6',
]

CLASSIFIERS = [
Expand Down

0 comments on commit a7b1909

Please sign in to comment.