Made the spec path mroe specific.
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 15 Feb 2009 00:38:22 -0500 |
parents |
677d5ff5c56e
|
children |
c413184a564e
|
branches/tags |
(none) |
files |
photoblog/models.py |
Changes
--- a/photoblog/models.py Sun Feb 15 00:34:21 2009 -0500
+++ b/photoblog/models.py Sun Feb 15 00:38:22 2009 -0500
@@ -24,7 +24,7 @@
verbose_name_plural = 'entries'
class IKOptions:
- spec_module = 'photoblog.specs'
+ spec_module = 'stevelosh.photoblog.specs'
cache_dir = 'storage/photoblog/cache'
image_field = 'original_image'
save_count_as = 'num_views'