django-apps
django-paypal: Handling flow before leaving to paypal payment
I don\'t have the typical shop in which you know what you are selling beforehand. I create custom products on the go (need to fill a couple forms) that people can buy, so before they leave to paypal p[详细]
2023-02-13 09:04 分类:问答Django-registration & Django-Socialauth
Have anyone used these 2 django apps together? I want to know how well these 2 gel together along with Django\'s User Authentication syste开发者_JS百科m.[详细]
2023-02-12 18:42 分类:问答Can I use the django admin as an app?
As all of you know django provides a very basic though flexible admin panel for your project. I\'ve seen here discussions refering the (dis)advantages. of writing your own control interface and using[详细]
2023-02-08 15:06 分类:问答Django invite code app recommendation? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-02-06 18:38 分类:问答what's the best django profile / user settings application around?
I\'m looking for a good django app that brings to me basic features like user profi开发者_如何学JAVAle editing[详细]
2023-02-03 01:54 分类:问答Unique names in INSTALLED_APPS Django limitation
Django docs says: the final dotted part of the path to the module defined in INSTALLED_APPS must be unique[详细]
2023-02-01 22:38 分类:问答Django imagekit cumulus - ResponseError: 401: Unauthorized
This is driving me crazy. Is there someone out there that can help? Traceback (most recent call last): Fil开发者_JAVA技巧e \"/opt/python2.6/lib/python2.6/site-packages/django/core/handlers/base.py\[详细]
2023-01-24 08:57 分类:问答Django friendship in messages compose
I am using django-friends and django-messages. I have modified my custom compose form to pull the following information, myfriends and also display their fullnames instead of just usernames.[详细]
2023-01-22 13:38 分类:问答using django-easy_thumbnails from view
easy_thumbnails is a big help when making models or views for thumbnails. 开发者_高级运维 I am using the templatetag (via template, not via model) and easy_thumbnails creates sucessfully the thumbnai[详细]
2023-01-21 00:59 分类:问答How to keep all my django applications in specific folder
I have a Django project, let\'s say \"project1\". Typical folder structure for applications is: /project1/[详细]
2023-01-20 09:37 分类:问答