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 …
17
votes
3answers
826 views
In a django web application, how do you give users their own subdomain?
I'm starting a new web app project using Django and Pinax. I want to be able to give my users unique domain names like Wordpress and other sites do : username.wordpress.com. I'm not sure how to …
11
votes
5answers
756 views
Serving dynamically generated ZIP archives in Django
How to serve users a dynamically generated ZIP archive in Django?
I'm making a site, where users can choose any combination of available books and download them as ZIP archive. I'm worried that …
10
votes
8answers
456 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 …
9
votes
4answers
793 views
Beginner: Trying to understand how apps interact in Django
I just got done working through the Djano tutorials for the second time, and am understanding things much more clearly now. However, I'm still unclear how apps inside a site interact with one another.
…
7
votes
9answers
455 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 tips and advice you …
7
votes
5answers
265 views
How to safely update a live website
We have a fairly simple Django-based website for doing CRUD operations. I've been doing testing and development locally and then checking out releases and database schema changes onto the live server …
6
votes
3answers
308 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 you have feedback …
6
votes
2answers
164 views
Gender problem in a django i18n translation
I need to solve a gender translation problem, and Django doesn't seem to have gettext contexts implemented yet...
I need to translate from english:
<p>Welcome, {{ username }}</p>
In …
6
votes
5answers
801 views
Apache or lighttpd
For development, I use a local LAMP stack, for production I'm using MediaTemple's Django Container (which I'm loving BTW). MT's container uses lighthttpd. Honestly I've never had any other …
6
votes
3answers
3k views
Django signals vs. overriding save method
I'm having trouble wrapping my head around this. Right now I have some models that looks kind of like this:
def Review(models.Model)
...fields...
overall_score = …
5
votes
2answers
132 views
Where to go to learn about web architecture? Youtube example? [closed]
I'm trying to build a web application that is similar to Youtube (it's not a knock off), but I guess I don't know how video is served on the internet very well.
I know how to build regular database …
5
votes
4answers
219 views
Mercurial: keep 2 branches in sync but with certain persistent differences?
I'm a web developer working on my own using django, and I'm trying to get my head round how best to deploy sites using mercurial. What I'd like to have is to be able to keep one repository that I can …
5
votes
5answers
2k views
Will Django be a good choice for a permissions based web-app?
I've been exploring the details of Django for about a week now and like what I see. However I've come upon some.. negativity in relation to fine-grained control of permissions to the CRUD interface.
…
4
votes
7answers
462 views
should I drop Google App Engine?
I am developing some kind of financial market simulation on GAE. Although I have attained much progress, I have begun to consider dismissing GAE and going for a Django + rdbms solution for the last …
