aboutsummaryrefslogtreecommitdiff
path: root/src/conf.py
Commit message (Collapse)AuthorAge
* various improvements to the crawler (better use of coroutines, test if an ↵Cédric Bonhomme2016-11-08
| | | | article should be updated). tags are now retrieved for the k-means clustering (previously achived with the content of articles)
* Starting to improve the loging for Heroku (with logging.StreamHandler).Cédric Bonhomme2016-11-03
|
* fixCédric Bonhomme2016-10-10
|
* updated default email addressCédric Bonhomme2016-10-10
|
* restoring TLSCédric Bonhomme2016-10-10
|
* new name: the last one.Cédric Bonhomme2016-10-10
|
* updated platform URLCédric Bonhomme2016-10-10
|
* Minor improvements.Cédric Bonhomme2016-09-26
|
* Fixed bad URL.Cédric Bonhomme2016-09-11
|
* Removed recaptcha.Cédric Bonhomme2016-04-07
|
* major problems fixed.Cédric Bonhomme2016-04-06
|
* begin integration of the new architectureCédric Bonhomme2016-03-01
|
* we now specify the validity period of the activation link.Cédric Bonhomme2016-02-18
|
* Typo.Cédric Bonhomme2016-02-18
|
* New environment variable for the token salt on Heroku.Cédric Bonhomme2016-02-18
|
* 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
|
* Fixed another 'bad' URL.Cédric Bonhomme2016-02-14
|
* more simple to just use os.urandom for the secret key.Cédric Bonhomme2016-02-14
|
* article URL resolving has been removed (wasn't used)Cédric Bonhomme2016-02-14
|
* Removed proxy support. Not so used and better to set at the system level.Cédric Bonhomme2016-02-14
|
* fixed loading of the CDN addressCédric Bonhomme2016-02-03
|
* It is now possible to give the address of a CDN server through the ↵Cédric Bonhomme2016-02-03
| | | | configuratin file (or a system variable).
* handling errors from one page appFrançois Schmidts2016-01-31
|
* using user agent in web crawlerFrançois Schmidts2016-01-11
|
* it seemms that alembic do not find the modelsCédric Bonhomme2016-01-06
|
* moving the root of source code from / to /src/François Schmidts2015-12-17
bgstack15