I have these errors: ImportError at / cannot import name UserOpenidAssociation. I could not make any sense out of the traceback:
Is there any chance that an application developed with Pinax could be deployed in Google App Engine? As I know, Pinax is based on Django, and integrates tons of applications, it is suitable for build
Pinax is: An integrated col开发者_StackOverflow中文版lection of Django applications that provides the most
i have been trying to running some pinax code inside pydev eclipse i keep on having this error Error: Can\'t import Pinax. M开发者_StackOverflow社区ake sure you are in a virtual environment that ha
in pinax Userdict.py: def __getitem__(self, key): if key in self.data: return self.data[key] if hasattr(self.__class__, \"__missing__\"):
I\'m developing a personal project. The p开发者_如何学Goroject is \"finished\", but now I want to add a social app. I think pinax is ready for this task. I would like to know something:
I\'ve just started Django and Python 50 hours ago ;-) so this might be an easy one but I am stuck. I am using similar \'create\' view with similar Form implementation in my project with no problem. I
I\'m building a site for the local cub scouts using Pinax. Does anyone have any suggestions a开发者_运维问答s to how we can moderate photos before they are uploaded? If you mean you only want to displ
I\'m using django-notification to allow my users to opt out of certain alerts I generate in my web-application.
In开发者_运维技巧 Pinax, when ACCOUNT_OPEN_SIGNUP = False how does the admin invite more users to the system?