Fixed small error in overview doc

git-svn-id: http://code.djangoproject.com/svn/django/trunk@69 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2005-07-15 20:53:17 +00:00
parent 41c99f35db
commit c1c308468e
1 changed files with 1 additions and 0 deletions

View File

@ -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. populating data. Then we develop the way data is presented to the public.
Design your URLs Design your URLs
================
A clean, elegant URL scheme is an important detail in a high-quality Web 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 application. Django lets you design URLs however you want, with no framework