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
sloria
6f56ceb650
Merge branch 'master' of https://github.com/sloria/cookiecutter-flask
11 years ago
sloria
27f9135f53
Get app secret key from environment variable
11 years ago
Steven Loria
8c7f6cd085
Merge pull request #21 from roberttstephens/use_explicit_relative_imports
...
Use explicit relative import instead of implicit.
11 years ago
Tyler Stephens
af3d885f8e
Use explicit relative import instead of implicit.
...
Implicit relative imports are discouraged
(http://legacy.python.org/dev/peps/pep-0008/#imports ) and no longer supported
in python 3.
11 years ago
sloria
7c320a1e98
Update readme
11 years ago
sloria
4492424a4b
Merge branch 'master' of https://github.com/sloria/cookiecutter-flask
11 years ago
sloria
13f66eab54
Update requirements
11 years ago
Steven Loria
a67463a8d7
Merge pull request #20 from level09/master
...
Minor fix, added missing closing div tag
11 years ago
Nidal Al Hariri
c8f0549f27
Minor fix, added missing closing div tag
11 years ago
Steven Loria
5a4c4425f6
Default error code to 500
...
[fixes #18 ]
11 years ago
Steven Loria
e3286524df
Update README
11 years ago
Steven Loria
c8d07d0d29
Models must explicitly inherit from SurrogatePK to add primary key
11 years ago
Steven Loria
2e6a61f45e
Remove unnecessary year cookiecutter variable
11 years ago
Steven Loria
757d152699
Rename test_webtests -> test_functional
11 years ago
Steven Loria
c156760f67
Add forms tests
11 years ago
Steven Loria
1018859800
Add config tests
11 years ago
Steven Loria
35c32eccc1
Fix app fixture scope. Make function-scoped to make tests more isolated
11 years ago
Steven Loria
338ef8b280
Correctly initialize debug toolbar
11 years ago
Steven Loria
6303991a69
Correctly set bcrypt log rounds in app config
11 years ago
Steven Loria
923b1f55e2
Revert User#set_password and User#check_password for Migrate compatibility
11 years ago