Skip to content
Snippets Groups Projects
  1. Aug 26, 2017
  2. Jul 28, 2017
  3. Jul 24, 2017
  4. Jul 22, 2017
  5. Jun 21, 2017
    • Will Roberts's avatar
      replace bower with npm and Flask-Assets with webpack · 119b1026
      Will Roberts authored
      The npm configuration:
      - Includes linting of javascript with eslint
      
      The webpack setup here:
      - Bundles javascript and css, using hashing to support server-side
        caching, with support from Flask-Webpack and
        manifest-revision-webpack-plugin
      - Uses babel to transpile ES6 javascript
      - Includes a development server with hot-replacing of javascript and
        css code
      119b1026
  6. Jun 19, 2017
  7. May 31, 2017
  8. May 19, 2017
  9. May 16, 2017
  10. Apr 04, 2017
  11. Apr 03, 2017
  12. Mar 31, 2017
  13. Mar 15, 2017
  14. Mar 13, 2017
  15. Mar 10, 2017
  16. Mar 07, 2017
  17. Mar 05, 2017
  18. Feb 27, 2017
  19. Feb 12, 2017
  20. Jan 30, 2017
  21. Jan 28, 2017
  22. Jan 17, 2017
  23. Jan 10, 2017
  24. Jan 08, 2017
  25. Jan 06, 2017
  26. Dec 30, 2016
  27. Dec 29, 2016
  28. Dec 26, 2016
  29. Dec 21, 2016
  30. Dec 09, 2016
  31. Nov 15, 2016
  32. Nov 13, 2016
  33. Nov 06, 2016
    • pyup.io bot's avatar
      Initial Update (#84) · 7b2c9815
      pyup.io bot authored
      * Update flake8-docstrings from 0.2.5 to 1.0.2
      
      * Update werkzeug from 0.11.4 to 0.11.11
      
      * Update sqlalchemy from 1.0.12 to 1.1.3
      
      * Update flake8-quotes from 0.2.4 to 0.8.1
      
      * Update webtest from 2.0.20 to 2.0.23
      
      * Update flask-wtf from 0.12 to 0.13.1
      
      * Update flake8-blind-except from 0.1.0 to 0.1.1
      
      * Update isort from 4.2.2 to 4.2.5
      
      * Update flake8-isort from 1.2 to 2.0.1
      
      * Update pep8-naming from 0.3.3 to 0.4.1
      
      * Update factory-boy from 2.6.1 to 2.7.0
      
      * Update pytest from 2.9.0 to 3.0.3
      
      * Update psycopg2 from 2.6.1 to 2.6.2
      
      * Update flask-login from 0.3.2 to 0.4.0
      
      * Update flake8 from 2.5.4 to 3.0.4
      7b2c9815
  34. Oct 07, 2016
  35. Aug 24, 2016
    • Jeremy Epstein's avatar
      Use Click instead of Flask-Script for CLI commands · 3d8f8c3c
      Jeremy Epstein authored
      - Update Flask to 0.11 (with built-in Click integration)
      - Remove manage.py
      - Add autoapp.py per Flask doc's new recommendations
        for using Click with an app factory
      - Define cookiecutter-flask's commands in cli.py
      - Register shell context and shell commands as part
        of factory-based app creation
      - Update README instructions with examples for running
        commands in new Click style
      3d8f8c3c
  36. Mar 06, 2016
  37. Dec 01, 2015
Loading