| Home | Trees | Indices | Help |
|---|
|
|
1 """
2
3 This is a urlconf to be loaded by tests.py. Add any urls needed
4 for tests only.
5
6 """
7 from django.conf.urls.defaults import *
8 from django.contrib.formtools.tests import *
9
10 urlpatterns = patterns('',
11 (r'^test1/', TestFormPreview(TestForm)),
12 )
13
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Apr 17 18:52:27 2008 | http://epydoc.sourceforge.net |