mirror of
https://github.com/django/django.git
synced 2025-04-04 13:36:42 +00:00
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:
parent
ef739404d3
commit
0bc849ff89
0
django/contrib/comments/__init__.py
Normal file
0
django/contrib/comments/__init__.py
Normal file
1
django/contrib/comments/models/__init__.py
Normal file
1
django/contrib/comments/models/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
__all__ = ['comments']
|
0
django/contrib/comments/templatetags/__init__.py
Normal file
0
django/contrib/comments/templatetags/__init__.py
Normal file
0
django/contrib/comments/urls/__init__.py
Normal file
0
django/contrib/comments/urls/__init__.py
Normal file
0
django/contrib/comments/views/__init__.py
Normal file
0
django/contrib/comments/views/__init__.py
Normal file
@ -1,6 +1,6 @@
|
||||
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
|
||||
# from "django.models" even though the model code doesn't physically live
|
||||
|
Loading…
x
Reference in New Issue
Block a user