Have you used django-proxy? Can you give me an example of when it would be a good idea to use it? Thanks.
Have you used django-proxy ? Can you give me an example of when it
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The blog engine Mingus, which I use for my blog, includes django-proxy to allow you to post items of different content types – blog posts, quotes, etc – but have them all appear on the index page in a similar format.
In response to Hank’s comment, this is a completely different thing to ‘proxy models’ – those are for subclassing a model without creating a new table, in order to change some specific functionality rather than any actual fields. This has nothing to do with what django-proxy does.