Changes between Version 18 and Version 19 of DjangoResources
- Timestamp:
- Apr 19, 2007, 2:32:25 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoResources
v18 v19 92 92 * [wiki:ProfilingDjango Profiling Django]: How to use the Python hotshot profiler with Django 93 93 * [wiki:GreasemonkeyScriptForSmallTitles Greasemonkey script for djangoproject.com]: Shortens titles to faciliate better tab browsing of Django's documentation 94 * [wiki:SimpleDebugThroughExceptions]: Very simple method for print debug info. 94 95 * [wiki:SimplePrintAppForDebugging]: A simple print app for debugging. 95 96 * [wiki:DbDumpScript]: A python script can be used for dumpping and loading data from database.