syrusakbary / Flask-SuperAdmin

The best admin interface framework for Flask. With scaffolding for MongoEngine, Django and SQLAlchemy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 3 Support?

eranimo opened this issue · comments

It looks like the Python 2 print is being used in the codebase for this project. I take it that means it only supports Python 2? This should be documented somewhere.

Also, why not support Python 3?

+1

commented

+1

commented

+1

Hi everyone,
I'm working in a better implementation of Flask-SuperAdmin using custom based models by Graphene project thanks to GraphQL introspection.
This new implementation will support Python 2.7, 3+.

I will keep you posted.

commented

+1

commented

+1

commented

+1

+1 🐍

+1

Look at my flask-superadmin3!

@HonzsSedlomn flask-superadmin3 repo in your git profile says, that it is to be installed via pip install Flask-SuperAdmin Does it install "your" fork, or this one ?

@mandarvaze Hello, sorry, I haven't modified this part of readme. It's not yet on pypi. I'm still fighting with pip/pipenv install.

@HonzsSedlomn I created an issue https://github.com/HonzsSedlomn/Flask-SuperAdmin3/issues/1 to track it ;)