1
vote
2answers
520 views
Is there a mature Django forum application?
I am looking for a forum solution for a Django site. I looked over the options in the Django wiki and I check about integrating non-Django solutions.
As much as I do not feel comfortable with …
0
votes
7answers
137 views
Productive Django Web Development
Hi, I am just starting Django by reading the online django book. Could you provide productivity tips for Django web development.Code snippest? Which IDE you use? I am MySQL guy are there any benefits …
2
votes
9answers
220 views
Can I start web development with a functional language?
I'd like to start doing some forms of web development, with the aim of building web apps that could eventually grow into start-up products. And for a long time, I have been very curious about …
2
votes
2answers
102 views
How to organize a webapp?
I'm starting my first webapp, and I'm not sure how things typically are done. I'm using Django and Apache:
How do you manage a source control repository? Do you check out to a separate folder, and …
0
votes
2answers
90 views
Losing session data when user logs in
Hello,
I have been working on a shop that is built in Python on the back of the django framework, everything was working fine until I noticed that when a user proceeds to the checkout and is …
0
votes
1answer
40 views
measuring performance - using real clicks vs “ab” command
I have a web site in closed beta, developed in Django, runs with Mysql on Debian.
In the last few days, the main page has been showing a slowdown. For every ten clicks, one or two receives extremely …
0
votes
4answers
109 views
Django development server CPU intensive - how to analyse?
Hi folks,
I'm noticing that my django development server (version 1.1.1) on my local windows7 machine is using a lot of CPU (~30%, according to task manager's python.exe entry), even in idle state, …
3
votes
5answers
481 views
JSP template inheritance
Coming from a background in Django, I often use "template inheritance", where multiple templates inherit from a common base. Is there an easy way to do this in JSP? If not, is there an alternative to …
38
votes
18answers
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" language, whereas …
1
vote
2answers
65 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 Symfony.
That said, …
0
votes
1answer
42 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 code sample like this:
…
10
votes
8answers
441 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 more down to earth …
3
votes
3answers
233 views
Ping FeedBurner in Django App
I have a django site, and some of the feeds are published through FeedBurner. I would like to ping FeedBurner whenever I save an instance of a particular model. FeedBurner's website says to use the …
0
votes
2answers
94 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 decorators which makes …
1
vote
2answers
136 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 web application, …
