-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added settings for easy thumbnails and South for support with the '--…
…filer' option
- Loading branch information
growlf
committed
Jun 30, 2014
1 parent
a837bb3
commit 823b4d6
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,3 +170,7 @@ | |
URLCONF = { | ||
|
||
} | ||
|
||
SOUTH_MIGRATION_MODULES = ( | ||
('easy_thumbnails', 'easy_thumbnails.south_migrations'), | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters