문제

I'm learning flask web app.

I find a flask extension called Flask-SuperAdmin from github https://github.com/SyrusAkbary/Flask-SuperAdmin

I've already fork it, but I don't know how to run Flask-SuperAdmin example at local host.

Thanks!

도움이 되었습니까?

해결책

You don't need to fork it to run it; you fork it if you want to make changes to it or to fix a bug in it.

To install it, use the standard Python installation tools:

pip install Flask-SuperAdmin

Then, read the quickstart section of the documentation to help you get started.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top