Skip to content
Snippets Groups Projects
  1. Nov 12, 2019
  2. Oct 07, 2019
  3. Jun 10, 2019
  4. May 29, 2019
  5. Aug 07, 2018
  6. Jun 21, 2018
  7. Jun 20, 2018
  8. Oct 07, 2017
  9. Jun 23, 2017
  10. Jun 22, 2017
  11. Jun 21, 2017
  12. Sep 10, 2016
    • Jeremy Epstein's avatar
      Use FLASK_DEBUG instead of MYFLASKAPP_ENV · 4c856777
      Jeremy Epstein authored
      Use the new FLASK_DEBUG environment variable
      which is standard as of Flask 0.11, in order
      to control the use of dev or prod config.
      
      Need to set this anyway, in order for "flask run"
      to use reloader and no concurrency.
      4c856777
  13. Aug 29, 2016
  14. Aug 28, 2016
  15. 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
  16. Feb 26, 2016
  17. Nov 06, 2015
  18. Jun 24, 2015
  19. Feb 24, 2015
  20. Feb 11, 2015
    • Matt--'s avatar
      Update README.rst · 0da297ef
      Matt-- authored
      Fix formatting errors.
      0da297ef
    • Matt--'s avatar
      Update README.rst · 63263ead
      Matt-- authored
      New User. No database installed yet and the Welcome page does not require a database to demonstrate the server is working and links work etc. I anticipate setting up SQLAlchemy is the next step.
      63263ead
    • Matt--'s avatar
      Update README.rst · 06044d16
      Matt-- authored
      New user, had to experiment/google to figure out no-white-space in blah='stuff'.
      06044d16
  21. Jun 22, 2014
  22. Dec 08, 2013
  23. Dec 07, 2013
  24. Sep 21, 2013
  25. Aug 19, 2013
  26. Aug 16, 2013
Loading