Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consult the app how to use? #1

Closed
FashtimeDotCom opened this issue Nov 14, 2013 · 4 comments
Closed

consult the app how to use? #1

FashtimeDotCom opened this issue Nov 14, 2013 · 4 comments
Labels

Comments

@FashtimeDotCom
Copy link

hi, i am a pythoner, and i see your new project here,but i don't know how use it

@dpgaspar
Copy link
Owner

if your working on Linux, 4 easy steps.

1 - install the base package:

pip install flask-appbuilder

2 - then copy the folder: https://github.com/dpgaspar/Flask-AppBuilder/tree/master/examples to your machine.

you can use the almost empty application "simpleapp"

3 - initialize it:
$(examples/simpleapp/): python init_app.py

4 - Then run it:
$(examples/simpleapp/): python run.py

It will be available on port 80.

@FashtimeDotCom
Copy link
Author

thanks!

@gsusrafael
Copy link

I'm trying to create a simple example with PostgreSQL as DB backend... when i run this app, the Security menu view isn't shown; but when i change the DB backend to SQLite works without any further issues... What is the reason which is leading to this weird bug?

@dpgaspar
Copy link
Owner

Could you please open this has a new issue, and post the output of "python run.py". Are the security tables created after you run init_app.py?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants