- Apr 15, 2015
-
-
Steven Loria authored
Werkzeug, Flask-WTF, WTForms, Flask-Bcrypt, Flask-DebugToolbar
-
- Apr 14, 2015
-
-
-
Steven Loria authored
See mitsuhiko/flask#1135
-
Steven Loria authored
Fix breaking change from Flask-Migrate
-
Ben Smithgall authored
Flask-Migrate was recently patched to version 1.3.1 because [alembic versions can now include parts that are not integers](https://github.com/miguelgrinberg/Flask-Migrate/pull/51). Requiring Flask-Migrate 1.3.0 installs a version of alembic that results in the following error message on startup: `ValueError: invalid literal for int() with base 10: 'post2'` Changing the requirements to install Flask-Migrate 1.3.1 fixes this problem.
-
- Feb 24, 2015
-
-
Steven Loria authored
-
Steven Loria authored
-
- Feb 11, 2015
-
-
Matt-- authored
Fix formatting errors.
-
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.
-
Matt-- authored
New user, had to experiment/google to figure out no-white-space in blah='stuff'.
-
- Dec 27, 2014
-
-
Steven Loria authored
Move DebugToolbar to prod requirements to prevent import error.
-
- Dec 16, 2014
-
-
Kevan Ahlquist authored
-
- Dec 01, 2014
-
-
Steven Loria authored
-
Steven Loria authored
-
Steven Loria authored
-
Steven Loria authored
-
Steven Loria authored
-
- Nov 03, 2014
-
-
Josh Friend authored
-
Josh Friend authored
-
Josh Friend authored
-
Josh Friend authored
-
- Oct 26, 2014
-
-
Steven Loria authored
updated requirements to latest version
-
- Oct 18, 2014
-
-
Christian Stade-Schuldt authored
-
- Sep 30, 2014
- Jul 28, 2014
-
- Jul 27, 2014
- Jun 28, 2014
-
-
sloria authored
-
- Jun 22, 2014
-
-
-
sloria authored
-
- Jun 17, 2014
-
-
Steven Loria authored
Use explicit relative import instead of implicit.
-
- Jun 16, 2014
-
-
Tyler Stephens authored
Implicit relative imports are discouraged (http://legacy.python.org/dev/peps/pep-0008/#imports) and no longer supported in python 3.
-