82
votes
32answers
7k views
Favorite Django Tips & Features?
Inspired by the question series 'Hidden features of ...', I am curious to hear about your favorite Django tips or lesser known but useful features you know of.
Please, include only one tip per …
36
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 …
32
votes
9answers
2k views
Reducing Django Memory Usage. Low hanging fruit?
My memory usage increases over time and restarting Django is not kind to users.
I am unsure how to go about profiling the memory usage but some tips on how to start measuring would be useful.
I have …
28
votes
15answers
2k views
Web application monitoring best practices
We are finishing up our web application and planning for deployment. Very important aspect of deployment to production is monitoring the health of the system. Having a small team of developers/support …
27
votes
9answers
2k views
Feedback on using Google App Engine?
Looking to do a very small, quick 'n dirty side project. I like the fact that the Google App Engine is running on Python with Django built right in - gives me an excuse to try that platform... but my …
26
votes
9answers
4k views
History of Django’s popularity
What sequence of events made Django the most popular Python web framework .. and still so? Even though several other frameworks exist.
Note: This question is neither argumentative nor …
25
votes
30answers
4k views
Rails or Django? (or something else?)
I'm interested in learning a web framework. The two big ones, as I gather, are Rails and Django. Which one is better/faster? Is one better designed or more logically consistent than the other? Is …
24
votes
12answers
7k views
Pros/Cons of Django vs Pylons
I'm begining a new webapp in Python. I've narrowed my choices down to Django and Pylons. What are the pros/cons of each?
23
votes
20answers
1k views
What are your favorite general purpose Django apps?
What are the apps that you consider part of your core toolset for Django projects (including those shipped with Django)? For example, I just discovered Migratory for database migration management: I …
23
votes
14answers
5k views
What’s the best Django search app?
I'm building a Django project that needs search functionality, and until there's a django.contrib.search, I have to choose a search app. So, which is the best? By "best" I mean...
easy to install / …
20
votes
7answers
758 views
How do you develop against OpenID locally
I'm developing a website (in Django) that uses OpenID to authenticate users. As I'm currently only running on my local machine I can't authenticate using one of the OpenID providers on the web. So I …
19
votes
7answers
1k views
How do you configure Django for simple development and deployment?
I tend to use SQLite when doing Django
development, but on a live server something more robust is
often needed (MySQL/PostgreSQL, for example).
Invariably, there are other changes to make to the …
18
votes
9answers
1k views
How do I use Django templates without the rest of Django?
I want to use the Django template engine in my (Python) code, but I'm not building a Django-based web site. How do I use it without having a settings.py file (and others) and having to set the …
18
votes
11answers
7k views
Using Django time/date widgets in custom form
How can i use the nifty js date and time widgets that the default admin uses with my custom view?
I have looked through http://www.djangoproject.com/documentation/forms/ , and it brefly mentions …
18
votes
18answers
2k views
What Hosting Service is best for Django applications?
I have been using django a great deal lately and would like to find a home to host my apps.
What is the best django web host? (Official django support preferred)
Which service has the lowest …
