194 | | == Where do I find/post interesting snippets? == |
195 | | |
196 | | http://djangosnippets.org |
197 | | |
198 | | == Where do I find a list of good django sites with source == |
199 | | |
200 | | http://djangosites.org - look for 'sites with source' |
| 194 | == Where can I find example code? == #ShowMeTheCode |
| 195 | |
| 196 | * http://djangosnippets.org/ |
| 197 | * http://code.djangoproject.com/browser/djangoproject.com/django_website |
| 198 | * http://www.djangosites.org/with-source/ |
| 199 | * http://djangoplugables.com/ |
| 200 | * http://code.google.com/hosting/search?q=label:django |
| 201 | * http://github.com/search?q=django |
| 202 | |