flaskdash icon indicating copy to clipboard operation
flaskdash copied to clipboard

Flask starter app featuring CoreUI and the FlaskUser module.

Results 8 flaskdash issues
Sort by recently updated
recently updated
newest added

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.2 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...

dependencies

i downloaded and installed the other day. The web site came up OK, but the tests failed. I added a next='/' to the test login data, and that worked. response...

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.5.0 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Is it just me or is the form validation not working? I can make form validation work on other pages and use a custom made form like {{ form.name(class='awesome_style') }}...

CoreUI 3.0.0 released. https://github.com/coreui/coreui-free-bootstrap-admin-template/releases/tag/3.0.0

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS b2a2117 2.1.2 e9ef3f1 Run...

dependencies

Hi, I found some problems with SQLAlchemy: `[AttributeError: module 'sqlalchemy' has no attribute '__all__']` I solved this problem by updating versions in requirements.txt as below: ``` # This file is...