0
votes
1answer
31 views
Sending out a media-url served on a static server in django
Hi, I have a flash file which is on a separate media server and the relative path is
/flash/as3.swf
I want to pass this to the template so when it gets rendered it gives the absolute path i.e.
…
1
vote
0answers
71 views
GeoDjango distance search
I want to use GeoDjango to do basic location searches. Specifically I want to give the search function a ZIP code/city/county and find all the ZIP codes/cities/counties within 5mi, 10mi, 20mi, etc. …
1
vote
5answers
104 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 …
1
vote
7answers
159 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
234 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 …
0
votes
2answers
98 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 …
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 …
39
votes
18answers
4k 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 …
10
votes
8answers
460 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
4answers
113 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, …
0
votes
1answer
41 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 …
1
vote
2answers
74 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, …
1
vote
2answers
150 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, …
0
votes
2answers
103 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
11answers
291 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 …
