Created django.contrib and moved comments into it

git-svn-id: http://code.djangoproject.com/svn/django/trunk@28 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-07-14 18:20:03 +00:00
parent ef739404d3
commit 0bc849ff89
13 changed files with 2 additions and 1 deletions

View File

View File

@ -0,0 +1 @@
__all__ = ['comments']

View File

View File

@ -1,6 +1,6 @@
from django.core import meta from django.core import meta
__all__ = ['auth', 'comments', 'core'] __all__ = ['auth', 'core']
# Alter this package's __path__ variable so that calling code can import models # Alter this package's __path__ variable so that calling code can import models
# from "django.models" even though the model code doesn't physically live # from "django.models" even though the model code doesn't physically live