Skip to content

Instantly share code, notes, and snippets.

@nucklehead
Created June 3, 2019 02:47
Show Gist options
  • Save nucklehead/6a5bc29f81c7a85535e80909ef340985 to your computer and use it in GitHub Desktop.
Save nucklehead/6a5bc29f81c7a85535e80909ef340985 to your computer and use it in GitHub Desktop.
Itilize Flask-AppBuilder pou kreye aplikasyon python
pip install flask-appbuilder
flask fab create-app
# Your new app name: trete-done
# Your engine type, SQLAlchemy or MongoEngine [SQLAlchemy]:
cd trete-done
export FLASK_APP=app
flask fab create-admin
# Username [admin]:
# User first name [admin]:
# User last name [user]:
# Email [admin@fab.org]:
# Password:
# Repeat for confirmation:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment