Flask-Dashed icon indicating copy to clipboard operation
Flask-Dashed copied to clipboard

Provides simple but efficient admin UI.

Results 3 Flask-Dashed issues
Sort by recently updated
recently updated
newest added

http://www.isitdownrightnow.com/jeanphix.me.html Is there anywhere else i can found docs?

Flask 0.10 [requires the same function to handle endpoints with the same name](https://github.com/mitsuhiko/flask/blob/master/flask/app.py#L980-983). This conflicts with `Flask-Dashed` where both `'/'` and `'/page/'` are named `list` in [`ObjectAdminModule.default_rules`](https://github.com/jeanphix/Flask-Dashed/blob/master/flask_dashed/admin.py#L291-293). ``` File "/Users/philip/.virtualenvs/flask_app/lib/python2.7/site-packages/flask_dashed/admin.py",...

pip install fails: ``` /usr/local/var/www/myApp $ pip install Flask-Dashed Downloading/unpacking Flask-Dashed Could not find a version that satisfies the requirement Flask-Dashed (from versions: 0.1b, 0.1b2, 0.1a) Cleaning up... No distributions...