Mercurial > public > sg101
annotate requirements.txt @ 552:9e42e6618168
For bitbucket issue #2, tweak the admin settings for the Post model to
reduce slow queries. Define our own queryset() method so we can control the
select_related(), and not have it cascade from post to topics to forums to
categories. Removed 'topic' from list_display because MySQL still sucked with
2 inner joins. Now it seems to be tolerable with only one join to User.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 25 Jan 2012 20:07:03 -0600 |
parents | 15fad6df98d9 |
children | 1bd184f3e87b |
rev | line source |
---|---|
bgneal@510 | 1 Django==1.3.1 |
bgneal@511 | 2 -e git://github.com/waylan/Python-Markdown.git@067d88bc41c7924c9087b724ff5247235243ce6b#egg=Markdown-dev |
bgneal@510 | 3 MySQL-python==1.2.3 |
bgneal@510 | 4 django-debug-toolbar==0.8.5 |
bgneal@511 | 5 -e git://github.com/leah/django-elsewhere.git@d8353f90c5cda6c42a5f8345f98992db8f685421#egg=django_elsewhere-dev |
bgneal@542 | 6 django-haystack==1.2.6 |
bgneal@510 | 7 django-tagging==0.3.1 |
bgneal@510 | 8 gdata==2.0.15 |
bgneal@510 | 9 html5lib==0.90 |
bgneal@510 | 10 pytz==2011n |
bgneal@542 | 11 queued-search==1.0.4 |
bgneal@510 | 12 queues==0.6.1 |
bgneal@511 | 13 redis==2.4.10 |
bgneal@510 | 14 repoze.timeago==0.5 |
bgneal@542 | 15 xapian-haystack==1.1.5beta |
bgneal@511 | 16 amqplib==1.0.2 |
bgneal@511 | 17 anyjson==0.3.1 |
bgneal@511 | 18 celery==2.4.5 |
bgneal@511 | 19 django-celery==2.4.2 |
bgneal@511 | 20 django-picklefield==0.1.9 |
bgneal@511 | 21 importlib==1.0.2 |
bgneal@511 | 22 kombu==1.5.1 |
bgneal@511 | 23 multiprocessing==2.6.2.1 |
bgneal@511 | 24 ordereddict==1.1 |
bgneal@511 | 25 python-dateutil==1.5 |
bgneal@511 | 26 python-memcached==1.48 |
bgneal@547 | 27 wsgiref==0.1.2 |
bgneal@547 | 28 python-ts3==0.1 |
bgneal@510 | 29 # |
bgneal@510 | 30 # There were two packages that I punted on and hacked into my virtualenv by symlinking to the global |
bgneal@511 | 31 # site-packages |
bgneal@510 | 32 # PIL |
bgneal@510 | 33 # xapian |
bgneal@511 | 34 # |