aboutsummaryrefslogtreecommitdiff
path: root/src/bootstrap.py
Commit message (Collapse)AuthorAge
* fixed module name of the crawler in bootstrap.pyCédric Bonhomme2019-05-19
|
* Correct spelling mistakes.Edward Betts2018-03-31
|
* cleaning the mess in the libs directoriesCédric Bonhomme2016-11-17
|
* Simpler format for the logs when the application is running on Heroku.Cédric Bonhomme2016-11-11
|
* Starting to improve the loging for Heroku (with logging.StreamHandler).Cédric Bonhomme2016-11-03
|
* Only set those two options when using SQLAlchemy.Cédric Bonhomme2016-11-02
|
* Uses a strem handler for the logging on Heroku.Cédric Bonhomme2016-10-29
|
* Reduce the number of connections.Cédric Bonhomme2016-10-28
|
* This option should be useless (on Heroku).Cédric Bonhomme2016-10-28
|
* Try to limit the pool size and the number of connections that can be created ↵Cédric Bonhomme2016-10-28
| | | | after the pool reached its maximum size.
* cleanCédric Bonhomme2016-10-10
|
* testCédric Bonhomme2016-10-10
|
* testCédric Bonhomme2016-10-10
|
* testCédric Bonhomme2016-10-10
|
* call SSLify in bootstrapCédric Bonhomme2016-10-10
|
* new name: the last one.Cédric Bonhomme2016-10-10
|
* more testsCédric Bonhomme2016-09-28
|
* Minor improvements.Cédric Bonhomme2016-09-26
|
* Fixed some depreciations with the new version of Flask.Cédric Bonhomme2016-05-29
|
* Test preprocessors with Flask-Restless.Cédric Bonhomme2016-04-19
|
* Removed recaptcha.Cédric Bonhomme2016-04-07
|
* New management of the token for the account confirmation.Cédric Bonhomme2016-02-18
|
* I now know why my sessios was always lost on Heroku...Cédric Bonhomme2016-02-16
|
* more simple to just use os.urandom for the secret key.Cédric Bonhomme2016-02-14
|
* Changed some strane URLs, maybe due to the renaming of pyAggr3g470r to JARR...Cédric Bonhomme2016-02-14
|
* fixing loggingFrançois Schmidts2016-01-15
|
* moving the root of source code from / to /src/François Schmidts2015-12-17
bgstack15