Large app how to
Jon Stutters edited this page 2015-07-28 13:20:57 +01:00

Page revisions

64 Commits

Author SHA1 Message Date
Jon Stutters
58afb52038 Flask-WTF now uses WTF_CSRF_ENABLED and WTF_CSRF_SECRET_KEY. 2015-07-28 13:20:57 +01:00
Andriy Andrusyk
5bfa89db51 A typo. I placed THREADS_PER_PAGE instead of THREADS_PAGE. 2015-07-15 21:14:32 +03:00
shuairan
8419bbc260 fix small typo: show path+filename for secret_key file 2014-11-01 05:33:29 -07:00
Markus Unterwaditzer
19fa4172f9 Add warning 2014-09-14 12:14:21 +02:00
Markus Unterwaditzer
05fd2ca3c0 Revert "Destroyed Large app how to (markdown)"
This reverts commit 7a9e99d4ced741cff41527e01b8aeed029579662.
2014-09-14 12:03:04 +02:00
Daniel Neuhäuser
7a9e99d4ce Destroyed Large app how to (markdown) 2014-07-27 04:30:38 -07:00
Akash Kothawale
0719095648 base.html instead of base.py as it is a Jinja template 2014-06-16 00:16:27 -07:00
Farhan Ahmed
86aedf7ec5 Minor update to how the secret key is generated in the production environment. 2014-03-26 11:10:35 -07:00
DAVID LEE
b54ca636cd add the tip for SQLAlchemy db and model namespace 2013-09-05 23:23:18 -07:00
Robin Choudhury
5d7ab336b5 DataRequired -> Required 2013-08-28 20:36:02 -07:00
geoffjukes
42b4a2d000 Changed 'Required' (undefined) to 'DataRequired' per the other fields. 2013-08-27 12:58:46 -07:00
CS
a6fff39c09 The Recaptcha Keys have not been valid. 2013-08-22 13:09:47 -07:00
CS
df7487be62 Updated Large app how to (markdown) 2013-08-22 10:03:36 -07:00
dashorty
9617745659 password = db.Column(db.String(20)) change to db.String(120) to save password correctly. 2013-07-21 15:25:33 -07:00
Brian Brooks
468d17c1bc Add a `/app/templates/users/profile.html` 2013-06-29 13:55:31 -07:00
Dan Cole
cb0c689fe9 User attributes are supposed to be keyword arguments 2013-06-29 12:03:32 -07:00
Alex Couper
8e5e16c170 Remove semi colon (!) 2013-05-31 03:47:43 -07:00
Alex Couper
fe3ce7d300 Fix grammar. 2013-05-31 03:40:25 -07:00
Alex Couper
011785f86d Pep8 change to the CSRF settings. 2013-05-31 03:36:25 -07:00
yyexplore
1de522d32d Revert fe86142ef04f5c90643627e27371cf5941a530c8 ... a1a6193e8f082f7a6f7db886fc0d38d7c38af541 2013-03-31 17:56:50 -07:00
yyexplore
a1a6193e8f Revert 0ead931112281eac87eebe09aeb1f24764adc9db ... fe86142ef04f5c90643627e27371cf5941a530c8 2013-03-31 17:55:22 -07:00
mascottejas
fe86142ef0 The fieldname for the EqualTo validator for the confirm field was confirm itself. Changed it to password. 2013-02-07 06:01:10 -08:00
bool-dev
0a41588b95 fixed some grammatical errors, some spelling mistakes, a bit of formatting, some code-highlighting, placeholder for testing section 2013-01-07 08:18:23 -08:00
riturajD
09319a5e19 corrected links that used the incorrect markdown syntax. 2012-12-07 01:47:45 -08:00
finbarrocallaghan
9554e5d894 Updated Large app how to (markdown) 2012-09-06 09:35:18 -07:00
kanzure
b28417a502 usefull -> useful 2012-07-21 19:54:36 -07:00
jrampon
0ead931112 Updated Large app how to (markdown) 2012-07-16 17:36:38 -07:00
karloskar
2bc971fb14 Setting(s) up the app - typo? 2012-06-25 12:01:29 -07:00
Mytho
1fb51dfe3c fixed grammer 2012-06-20 00:36:34 -07:00
Mytho
d34b406b22 fixed grammer 2012-06-20 00:34:47 -07:00
Mytho
d763bc03b4 fixed typo 2012-06-20 00:26:44 -07:00
Scipetr
6d6efc07c9 Revert 68d24cd49e765018052bb379872e7d962c03bffd^ ... 68d24cd49e765018052bb379872e7d962c03bffd 2012-04-06 07:22:56 -07:00
Scipetr
68d24cd49e Revert b8172746871b494cf3c4659b59e1b081bd9302c3 ... 51e0afca7867de38387663e41052b68104b122da on Large app how to 2012-04-06 07:22:22 -07:00
eskilolsen
51e0afca78 Updated Large app how to (markdown) 2012-03-24 14:13:48 -07:00
eskilolsen
b817274687 Seems the field is called csrf_token in flask.wtf now. 2012-03-24 14:09:46 -07:00
eskilolsen
7d48486bb6 Updated Large app how to (markdown) 2012-03-24 13:41:10 -07:00
eskilolsen
2220a1f744 Updated Large app how to (markdown) 2012-03-24 12:47:17 -07:00
eskilolsen
cef4523caa Updated Large app how to (markdown) 2012-03-24 12:34:54 -07:00
eskilolsen
6c05a32ca3 Updated Large app how to (markdown) 2012-03-24 12:33:35 -07:00
eskilolsen
fe43ca5b32 Updated Large app how to (markdown) 2012-03-24 12:28:10 -07:00
debrice
47208ced5d Updated Large app how to (markdown) 2012-02-07 21:36:19 -08:00
debrice
068fc507d3 Make some command a little more anonymous 2012-02-06 08:13:29 -08:00
mattoufoutu
1ba8ebfe6e fix typo 2012-02-06 06:48:17 -08:00
mattoufoutu
37fe6573dd add syntax coloration and fix a few typos 2012-02-06 06:46:46 -08:00
debrice
1e524e95bf Add more clear paths informations 2012-02-05 20:07:14 -08:00
debrice
2dde04cb65 Add db initialization 2012-02-05 20:00:43 -08:00
debrice
7b41b43f11 Add example of blueprint module import 2012-02-05 19:57:27 -08:00
debrice
5f882a3cd7 Updated Large app how to (markdown) 2012-02-05 19:52:37 -08:00
debrice
9b3d84c231 Updated Large app how to (markdown) 2012-02-05 19:45:39 -08:00
debrice
61b1573fe2 Additional sections 2012-02-05 19:44:35 -08:00