Comment #4 on issue 213 by tvucurevich: complete_project/manage.py syncdb fails (translation-related?) http://code.google.com/p/django-hotclub/issues/detail?id=213
khamenya is correct I had this issue when I unzipped Django to get around the current zip problems. I went a little crazy trying to figure this one out and it seems like this is the short of it: According to http://code.google.com/p/app-engine-patch/wiki/ManualInstallation it seems like they rely on "common/django_aep_export/django-locale/locale" automatically getting integrated when you use a zip file. If you unzip Djengo then its "django/conf/"locale will be empty. If you copy "common/django_aep_export/django- locale/locale" to "django/conf/" you should be good -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pinax-updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pinax-updates?hl=en -~----------~----~----~----~------~----~------~--~---
