0
votes
4answers
62 views
Software for quickest establishment of an online presence
So, every so often you get sites like http://www.twitmaps.com - sites created quickly and pushed online for a random purpose.
Often either you have plenty of spare time, or you just don't have the …
0
votes
7answers
149 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
233 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
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
2answers
97 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
4answers
111 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, …
1
vote
2answers
71 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
45 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
450 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 …
0
votes
2answers
98 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
141 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, …
1
vote
11answers
288 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 not sure about them …
1
vote
3answers
78 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, what are some …
0
votes
2answers
65 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.
