Frage

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!

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top