1 2 3 4 | <a href="http://henning.cco-ev.de/django/djangosnippets.html">Search djangosnippets.org</a>
Sorry no real code here - but useful anyway :)
Read the description.
|
More like this
- Create nice looking PDFs from developer documentation by henning 5 years, 5 months ago
- mark a required field by "*" in a template by brunobord 5 years, 6 months ago
- Search DjangoSnippets with Firefox by Natim 3 years, 8 months ago
- Search Engine Referrer info in request by zenx 4 years, 5 months ago
- Complex Formsets by smagala 4 years, 4 months ago
Comments
Or you can do what I assume a lot of people might do and search: "something site:www.djangosnippets.org/snippets"
Though custom searches are sometimes VERY helpful if they are really refined.
#
Normally I use site: with Google but this custom search automatically excludes duplicates because every snippet is available under four urls (/users/, /languages/, /tags/, /popular/). For example "authentication" is found 10 times with custom search but only using site: will result in 58 matches.
Besides I wanted to show that every site now can integrate nicely a helpful search without much work.
#
So useful! Thx henning!
#