Modified:
wiki/Tricks.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/Tricks.wiki
==============================================================================
--- wiki/Tricks.wiki (original)
+++ wiki/Tricks.wiki Fri Oct 31 19:53:28 2008
@@ -1,7 +1,7 @@
-#summary One-sentence summary of this page.
+#summary Tips & Tricks for Django and other applications
= Tips/Tricks =
==Django==
-To let django show the current entries in say contacts, type in
- ./manage.py dumpdata --indent=2 sessions
\ No newline at end of file
+To let django show the current entries in say "sessions" table, type in
+python manage.py dumpdata --indent=2 sessions
\ No newline at end of file