flask
Both share the same name "admin".Blueprints that are created on the fly need unique names.
index_view= VIEW_ADMIN(name='主',url='/admin'),
預設 endpoint='/admin'
index_view= VIEW_HOME(name='GENECode',url='/',endpoint='/')
以下每個 index_view 都要設定 endpoint (預設admin)