Import everything from view sub classes
This commit is contained in:
parent
c973bc9fda
commit
752ee31c47
|
@ -1,3 +1,3 @@
|
|||
from .views import index, repo, axes
|
||||
from .post import post_repo, post_archive, post_error, post_location
|
||||
from .json import repo_daily_json, repo_monthly_json, repo_list_json, repo_json, repo_monthly_size_json
|
||||
from .views import *
|
||||
from .post import *
|
||||
from .json import *
|
||||
|
|
Loading…
Reference in New Issue
Block a user