1
0
mirror of https://github.com/django/django.git synced 2025-07-04 17:59:13 +00:00

magic-removal: Fixed a layout problem in tutorial 1.

git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2635 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2006-04-09 09:24:12 +00:00
parent 09a8f137f5
commit c229739f2f

View File

@ -131,7 +131,7 @@ used in multiple projects, and you can package and distribute them for use
by others in their projects. by others in their projects.
By default, ``INSTALLED_APPS`` contains the following apps, all of which come By default, ``INSTALLED_APPS`` contains the following apps, all of which come
with Django:: with Django:
* ``django.contrib.auth`` -- An authentication system. * ``django.contrib.auth`` -- An authentication system.
* ``django.contrib.contenttypes`` -- A framework for content types. * ``django.contrib.contenttypes`` -- A framework for content types.