Steven Loria
82f3790fe9
Merge pull request #46 from vividhsv/master
...
Update extension imports to flask_*
9 years ago
Vividh S Viswanatha
649a694f8a
Update extension imports to flask_*
...
See mitsuhiko/flask#1135
9 years ago
Steven Loria
b7c55df710
Merge pull request #45 from creade/env-gitignore
...
Only ignoring the env directory to avoid conflicts with alembic's env.py
9 years ago
Chris Reade
59720b1ff0
only ignoring the env directory to avoid conflicts with alembic's env.py
9 years ago
Steven Loria
46a9be6c7f
Merge pull request #43 from creade/patch-1
...
Fix typo in generated README.rst
9 years ago
Chris Reade
39499e42ec
Fix typo in generated README.rst
10 years ago
Steven Loria
1133aaaba7
Merge branch 'Patman64-pep8_clean_up'
10 years ago
Steven Loria
690fd0d31d
Merge pull request #41 from Patman64/testapp_scope_fix
...
Fix ScopeMismatch error when testing
10 years ago
Patman64
2a45b9f4ba
Python code clean-up (PEP-8 related and other)
...
- Add the UTF-8 marker to files without it.
- Fix some hanging indents.
- Change ''' into """ in docstrings.
- Enforce two blank line rule.
10 years ago
Patman64
88ae10f611
Fix ScopeMismatch error when testing
...
The `testapp` fixture depends on the `app` fixture, but the `app` fixture's
scope was redefined as 'function' in commit 35c32e, which is narrower than
the scope of `testapp` ('session').
Since `testapp` only depends only on `app`, it is safe to make it's scope match
`app`.
10 years ago
Steven Loria
73480f4df4
Merge pull request #40 from burnash/patch-1
...
Bump year
10 years ago
Anton Burnashev
e465337856
Update LICENSE
10 years ago
Steven Loria
10fc733389
Update changelog for 0.7.0
10 years ago
Steven Loria
1e7763796d
Upgrade bootstrap and jquery
10 years ago
Steven Loria
85943e05a6
Update stale requirements
...
Werkzeug, Flask-WTF, WTForms, Flask-Bcrypt, Flask-DebugToolbar
10 years ago
Steven Loria
332727c6f7
Merge branch 'master' of https://github.com/sloria/cookiecutter-flask
10 years ago
Steven Loria
9f769fa43a
Update extension imports to flask_*
...
See mitsuhiko/flask#1135
10 years ago
Steven Loria
f8691effc5
Merge pull request #38 from bsmithgall/patch-1
...
Fix breaking change from Flask-Migrate
10 years ago
Ben Smithgall
682f4629e6
Fix breaking change from Flask-Migrate
...
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.
10 years ago
Steven Loria
7fbb18e26b
Merge branch 'Matt---master'
10 years ago
Steven Loria
009f4641cf
Further clarification in README
10 years ago
Matt--
0da297ef16
Update README.rst
...
Fix formatting errors.
10 years ago
Matt--
63263ead84
Update README.rst
...
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.
10 years ago
Matt--
06044d1675
Update README.rst
...
New user, had to experiment/google to figure out no-white-space in blah='stuff'.
10 years ago
Steven Loria
fec2508171
Merge pull request #32 from kevana/debug-toolbar
...
Move DebugToolbar to prod requirements to prevent import error.
10 years ago
Kevan Ahlquist
302efd0162
Moved DebugToolbar to prod requirements to prevent import error.
10 years ago
Steven Loria
1ec5a1613f
Need to install cookiecutter on Travis
10 years ago
Steven Loria
f636880638
Update stale requirements
10 years ago
Steven Loria
5760a62a56
Merge branch 'joshfriend-travis-build'
10 years ago
Steven Loria
60d01cd13f
Remove coverage badge
10 years ago
Steven Loria
d634ee6eab
Replace Makefile with invoke tasks.py file
10 years ago
Josh Friend
8d30c5765b
looks like `coveralls` needs to be run from the dir containing .coverage
10 years ago
Josh Friend
63a68d3c1b
add coveralls.io badge to README
10 years ago
Josh Friend
bcc2b7bd9c
run coverage on cookies and report to coveralls.io
10 years ago
Josh Friend
ccf91009d6
Build cookies on Travis
10 years ago
Steven Loria
91fdb61535
Merge pull request #27 from Tafkas/master
...
updated requirements to latest version
10 years ago
Christian Stade-Schuldt
23bbed7e41
updated requirements to latest version
10 years ago
sloria
faa4700f20
Update CHANGELOG
10 years ago
sloria
91b4865140
Update bower requirements
10 years ago
sloria
e4fd7b0553
Update stale requirements
10 years ago
sloria
ccf58472c8
Fix travis.yml; use py.test and install dev-requirements
...
Fixes #25
10 years ago
sloria
683627796e
Update changelog
10 years ago
sloria
e589ec1d92
Add abstract base factory
10 years ago
sloria
8412376285
Add compat.py and fix Python 3 error
10 years ago
sloria
e335c35548
Update changelog
10 years ago
sloria
a8c1c5754f
Use pytest.main instead of shelling out
10 years ago
sloria
e14468e8fa
Update dependencies
10 years ago
sloria
b0ef2aedb8
Remove unused base factory class
10 years ago
sloria
4179245939
Update tests for factory-boy>=2.4.0
...
[fixes #23 ]
10 years ago
sloria
d9fdece9e6
Update and pin dependencies
11 years ago