| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 7 months |
| seen | 52 mins ago | |
| stats | profile views | 51 |
|
Jul 19 |
comment |
What is the fastest way to scan a set of URLs in Python? I would recommend using pip over easy_install locally. You can easily add dependencies to an openshift project: openshift.redhat.com/community/kb/… |
|
Jul 19 |
answered | What is the fastest way to scan a set of URLs in Python? |
|
Jul 4 |
revised |
jQuery's CDN and Far-Future Expire Headers More accurate solution as better CDN became available |
|
Jul 4 |
comment |
jQuery's CDN and Far-Future Expire Headers Selected as the correct answer as this now solves the original question best. Thanks! |
|
Jul 4 |
comment |
jQuery's CDN and Far-Future Expire Headers @SteveWortham Good point. I've set the answer to that of Oliver Kurmis as the correct answer since it is now the more accurate one. Sorry Zuul :) |
|
Jul 4 |
accepted | jQuery's CDN and Far-Future Expire Headers |
|
Jun 19 |
answered | Is there a handler for the django logger that creates github issues? |
|
Jun 18 |
comment |
Read a text file with non-ASCII characters in an unknown encoding What version of python are you using? |
|
Jun 14 |
comment |
Django NoReverseMatch exception with cache_page in urls.py Also, as you point out, I'm not sure if it's a bug either, but it's at least a shortcoming of the documentation to recommend the urls.py cache_page usage and not mention changing template url tags. |
|
Jun 14 |
comment |
Django NoReverseMatch exception with cache_page in urls.py Thank you very much! I was able to solve, as you recommended, by adding name='my_index to my line in urls.py and {% url my_index %} to the template. |
|
Jun 14 |
accepted | Django NoReverseMatch exception with cache_page in urls.py |
|
Jun 14 |
asked | Django NoReverseMatch exception with cache_page in urls.py |
|
Jun 13 |
comment |
How to write a basic try/except in a Django Generic Class View Where does this function reside? Typically view functions that would return redirects are in views.py where you would use the form get_queryset(request) and not get_queryset(self) (unless it's a method of a class that does have access to request). |
|
Jun 12 |
revised |
django about ajaxSend… where exactly to i put it? clarity |
|
Jun 12 |
answered | django about ajaxSend… where exactly to i put it? |
|
Jun 12 |
awarded | Caucus |
|
Jun 3 |
comment |
django set_test_cookie fails to set cookie You are a gentleman and a scholar. I, on the other hand, am just smart enough to be stupid. I read the set_test_cookie source but still was thinking browser cookie - because of the name - instead of a session variable! |
|
Jun 3 |
accepted | django set_test_cookie fails to set cookie |
|
Jun 2 |
asked | django set_test_cookie fails to set cookie |
|
May 16 |
revised |
jQuery's CDN and Far-Future Expire Headers Added explanation of the resulting solution |