From c1c308468e5a35b1dc0b136b47b44b16b643652e Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Fri, 15 Jul 2005 20:53:17 +0000 Subject: [PATCH] Fixed small error in overview doc git-svn-id: http://code.djangoproject.com/svn/django/trunk@69 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/overview.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/overview.txt b/docs/overview.txt index d58d3d6f71..3ed1351586 100644 --- a/docs/overview.txt +++ b/docs/overview.txt @@ -157,6 +157,7 @@ up and running as fast as possible, so our staff journalists can start populating data. Then we develop the way data is presented to the public. Design your URLs +================ A clean, elegant URL scheme is an important detail in a high-quality Web application. Django lets you design URLs however you want, with no framework