Pilsburgh / django-forum

Automatically exported from code.google.com/p/django-forum
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

typo #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

 Index: README.txt
===================================================================
--- README.txt  (revision 13)
+++ README.txt  (working copy)
@@ -35,7 +35,7 @@
 ---------------

    1. Checkout code via SVN into your python path.
-       svn co http://django-forum.googlecode.com/svn/turnk/ forum
+       svn co http://django-forum.googlecode.com/svn/trunk/ forum
    3. Add 'forum' to your INSTALLED_APPS in settings.py
    4. ./manage.py syncdb
    5. Add FORUM_BASE='/forum' to your settings.py (no trailing slash)

Original issue reported on code.google.com by mand...@gmail.com on 17 Oct 2007 at 4:14

GoogleCodeExporter commented 9 years ago
Fixed in revision 14, and on the front page of the Google code page. Thanks!

Original comment by rwpoul...@gmail.com on 17 Oct 2007 at 11:39