Happy Flasker is a fork of flask-snippets, made to make "Flaskers" happy and productive.
If you have a good idea to make a "Flasker" more happy, submit a pull request here
- Correcting typographical errors in an abbreviation and a description.
- fix indentation, update ffactory
- fixed typo
- Added Flask application factory(ffactory)
- Added create remove session
- Added flash snippet and flash template
Abbreviation | Description |
---|---|
hw | Flask hello world |
route | Flask route |
routegp | Flask route with GET, POST |
routep | Flask route POST only |
ffactory | Flask application factory |
Abbreviation | Description |
---|---|
""" | ML docstring |
"" | SL docstring |
fapp | Flask App |
fblue | Flask blueprint |
frb | Register blueprint |
froute | Flask route |
furl | URL generator |
fmeth | URL methods |
frt | Render template |
ftreq | Test request |
fup | Flask upload |
fsup | Secure upload |
frc | Read cookie |
fsc | Set cookie |
feh | Error handler |
ffm | Flask flash |
fas | Flask add session |
frs | Flask remove session |
Abbreviation | Description |
---|---|
fexp | Flask expresion |
ffilter | Flask filter |
fcomment | Flask comment |
fblock | Flask block |
fextends | Flask extends |
fself | Flask self |
fsuper | Flask super |
ffor | Flask for |
fif | Flask if |
fife | Flask ife |
felif | Flask elif |
fmacro | Flask macro |
ffb | Flask filter block |
fset | Flask set |
finclude | Flask include |
fimport | Flask import |
fautoescape | Flask autoescape |
furl | Flask url |
fft | Flask flash template |