mirror of
https://github.com/django/django.git
synced 2024-12-27 11:35:53 +00:00
b3d2091681
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15008 bcc190cf-cafb-0310-a4f2-bffc1f526a37
11 lines
262 B
Python
11 lines
262 B
Python
from debug import *
|
|
from defaults import *
|
|
from generic.create_update import *
|
|
from generic.date_based import *
|
|
from generic.object_list import *
|
|
from generic.simple import *
|
|
from i18n import *
|
|
from shortcuts import *
|
|
from specials import *
|
|
from static import *
|