You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
315 B
9 lines
315 B
from myapp.views.index.classification import *
|
|
from myapp.views.index.tag import *
|
|
from myapp.views.index.user import *
|
|
from myapp.views.index.thing import *
|
|
from myapp.views.index.comment import *
|
|
from myapp.views.index.order import *
|
|
from myapp.views.index.notice import *
|
|
from myapp.views.index.address import *
|