1
vote
2answers
36 views
How to implement Symfony Partials or Components in Django?
I've been developing in the Symfony framework for quite a time, but now I have to work with Django and I'm having problems with doing something like a "component" or "partial" in S …
9
votes
8answers
378 views
Experience with Django
Having read some great things about the Django framework I'm becoming quite interested in it. But before making my decision to use it for a small project I would like to hear some …
0
votes
1answer
38 views
Do we need cache for an array?
Hi All:
Since we're developing a web-based project using django. we cache the db operation to make a better performance. But I'm wondering whether we need cache the array.
the co …
0
votes
2answers
54 views
Overriding Django views with decorators
I have a situation that requires redirecting users who are already logged in away from the login page to another page. I have seen mention that this can be accomplished with decor …
1
vote
2answers
79 views
Go for Zend framework or Django for a modular web application?
I am using both Zend framework and Django, and they both have they strengths and weakness, but they are both good framworks in their own way.
I do want to create a highly modular …
1
vote
11answers
259 views
Which modern web frameworks are popular in a corporate setting?
My company is looking to move their software to an open source framework. Their first thought was J2EE. I know that Django and Rails are popular for recreational development, but …
1
vote
3answers
59 views
Options for maintaining MySQL databases for a django development team
What are some options to avoid the latency of pointing local django development servers to a remote MySQL database?
If developers use local MySQL databases to avoid the latency, …
33
votes
16answers
3k views
Does Django Scale?
Hello,
I'm building a web application with Django. The reasons I chose Django were:
I wanted to work with free/open-source tools
I like Python and feel it's a "long term" langua …
0
votes
2answers
47 views
How to create a custom 404 page for my Django/Apache?
I know that you use .htaccess in the document-root directory in standard apache.
What if I use Django? Can someone give me step by step how to create a custom 404 page?
THanks.
1
vote
6answers
213 views
cherrypy vs django
cherrypy vs django, which would you use and why
1
vote
3answers
157 views
Flexible Model for CMS (Online Magazine) in Django
I am about to redesign an Online Magazine which was built in Plone.
And I am going to do it in Django. (For the simple reason that I like Django and that I have to maintain this pa …
0
votes
1answer
19 views
upload field of an invalid form points to nowhere
This may be a question with a very simple answer, however I couldn't come across to one on the internet.
I am writing a Django application. I have a form with an unrequired ImageF …
2
votes
4answers
129 views
Can I write components in Haskell to be used on a Django site?
I have an idea for a web service, but am very new to web programming. Django looks great and like something I can pick up quickly. I have a lot of experience in Haskell (and very l …
6
votes
3answers
222 views
What are the best benefits of using Pinax ?
I recently discovered Pinax that appear to be an django stack with added most-used apps so easy and speed up development.
I never used or heard of Pinax before and like to know if …
6
votes
9answers
418 views
Two parter: Django book recommendation + Django real world advice
First question:
What is your favorite Django book or online learning material? CodeProject examples + Django documentation, O'Reilly, etc.
Second Question: What are some good t …
