pinax
How do I fix this Django error "Exception Type: OperationalError Exception Value: no such table?"
I\'ve finally installed all the requirements (so i think!) of a Django project, and I\'m trying to get a local install running on my Mac (OSX 10.4).[详细]
2022-12-30 17:36 分类:问答Problem with configuring mod_wsgi WSGIDaemonProcess option
I am trying to deploy Pinax bundle of Django framework + and selected applications. Here is my apache config:[详细]
2022-12-29 17:38 分类:问答Enforce unique upload file names using django?
What\'s the best way to rename photos with a unique filename on the server as they are uploaded, using django? I want to make sure each name is used only once. Are there any pinax apps that can do t开[详细]
2022-12-27 17:24 分类:问答how to create a page only can be visited by admin using django
how to do this and has pinax any a开发者_运维知识库pp do this ? thanksDjango provides a decorator for testing a user at the view-level.You can use this to enforce an \"admin-only\" for a given vi[详细]
2022-12-26 17:28 分类:问答Is there any app used for uploading in Pinax?
Is th开发者_JAVA百科ere any app used for uploading in Pinax?There are different apps included in Pinax that are used for uploading different things: avatars, photos, attachments. The first two are fai[详细]
2022-12-26 17:28 分类:问答django error :1146, "Table 'basic_project.topics_topic' doesn't exist"
TemplateSyntaxError at /tribes/ C开发者_Python百科aught an exception while rendering: (1146, \"Table[详细]
2022-12-21 12:06 分类:问答Where does 'article_set' come from in Django?
I am currently working on a Django/Pinax application (I\'m sure my question is not Pinax-specific, that\'s why Pinax\'s not mentioned in the theme title), and I\'m trying to figure out how the whole f[详细]
2022-12-20 15:45 分类:问答How do i get the username and email when someone logins to my site using google or openid? What does google return?
i used pinax, the user who login my site, use openid,is successful n开发者_如何学Goow. i only want toget the username and emailwhen they return .[详细]
2022-12-20 08:27 分类:问答how does create a new app in pinax?
thanks only need 开发者_JS百科\'python manage.py startapp xx\'???You don\'t create a new app in pinax, you create a new app in your project. And yes, that command will do it.[详细]
2022-12-19 09:35 分类:问答Tool for building a social network: Elgg or Pinax? [closed]
Closed. This question开发者_如何学Python is opinion-based. It is not currently accepting answers.[详细]
2022-12-19 05:42 分类:问答
加载中,请稍侯......