Mercurial > public > sg101
annotate gpp/templates/500.html @ 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 | daa2916f5b34 |
children |
rev | line source |
---|---|
gremmie@1 | 1 <?xml version="1.0" encoding="UTF-8"?> |
gremmie@1 | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
gremmie@1 | 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
gremmie@1 | 4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
gremmie@1 | 5 <head><title>Internal Server Error</title> |
gremmie@1 | 6 </head> |
gremmie@1 | 7 <body> |
gremmie@1 | 8 |
bgneal@310 | 9 <h1>Whoops! Internal Server Error</h1> |
gremmie@1 | 10 |
gremmie@1 | 11 <p>We're sorry, that page is currently unavailable due to a server misconfiguration.</p> |
bgneal@310 | 12 <p>The server administrator has been notified, and we apologize for any inconvenience.</p> |
gremmie@1 | 13 |
gremmie@1 | 14 </body> |
gremmie@1 | 15 </html> |