mirror of
https://github.com/django/django.git
synced 2025-10-10 07:19:11 +00:00
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
6 lines
266 B
Python
6 lines
266 B
Python
from django.contrib.flatpages.tests.csrf import *
|
|
from django.contrib.flatpages.tests.forms import *
|
|
from django.contrib.flatpages.tests.middleware import *
|
|
from django.contrib.flatpages.tests.templatetags import *
|
|
from django.contrib.flatpages.tests.views import *
|