# HG changeset patch # User Steve Losh # Date 1234676302 18000 # Node ID 40477baa92d800b6a305884edae3454f97d04caf # Parent 677d5ff5c56e8c35190b79a4dae290c7d26f92e5 Made the spec path mroe specific. diff -r 677d5ff5c56e -r 40477baa92d8 photoblog/models.py --- 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'