Question

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!

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top