google-code-export / django-photologue

Automatically exported from code.google.com/p/django-photologue
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

validate errors due to models.py IMAGES_FILTERS_HELP_TEXT syntax #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Added photologue directory to my project directory and settings.py
2. manage.py validate dumps long list including reference to this line
and AttributeError: 'module' object has no attribute 'main'

What version of the product are you using? On what operating system?
django 8350
photologue 289
taggin 142

Please provide any additional information below.
I removed _() and it validated clean
I changed _('text') % ', '.join(filter_names) to _('text' % ', '.join
(filter_names)) and it validated clean

I'm noob so prolly something in my setup.

Original issue reported on code.google.com by tapaut...@gmail.com on 14 Aug 2008 at 6:33

GoogleCodeExporter commented 9 years ago
I wasn't getting this error but I've made the change to IMAGE_FILERS_HELP_TEXT 
as it
wasn't right regardless. Let me know if this solves the issue.

Original comment by justin.d...@gmail.com on 19 Aug 2008 at 5:50

GoogleCodeExporter commented 9 years ago
Marking this fixed.

Original comment by justin.d...@gmail.com on 25 Aug 2008 at 1:03