aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.py
Commit message (Collapse)AuthorAge
* Rfactorization. Just a start...Cédric Bonhomme2015-11-25
|
* Disable SQLALCHEMY_TRACK_MODIFICATIONS.Cédric Bonhomme2015-11-17
|
* adding base unittestsFrançois Schmidts2015-05-15
|
* facto on config and more option in log levelsFrançois Schmidts2015-04-16
|
* moving feed views related code in views.feed and massive use of url_forFrançois Schmidts2015-04-12
|
* fix.Cédric Bonhomme2015-03-08
|
* Moved duplicate() function in utils.py. Some minor cosmethic changes.Cédric Bonhomme2015-03-08
|
* Merge remote-tracking branch 'origin/master' into evol/apiFrançois Schmidts2015-03-03
|\ | | | | | | | | | | | | | | Conflicts: bootstrap.py pyaggr3g470r/models.py pyaggr3g470r/notifications.py pyaggr3g470r/rest.py
| * This is now useless.Cédric Bonhomme2015-03-01
| |
* | fixing db_create script, migrating it to the managerFrançois Schmidts2015-03-03
| |
* | fixing/restoring logging levelFrançois Schmidts2015-03-03
| |
* | new crawler with cache control and error handlingFrançois Schmidts2015-03-03
| |
* | continuing refactoFrançois Schmidts2015-03-03
| |
* | a first big refacto of the existing archFrançois Schmidts2015-03-03
|/
* Fixed a problem when running in standalone mode.Cédric Bonhomme2014-06-09
|
* making pyagregator runnable by apacheFrançois Schmidts2014-06-09
* adding bootstrap module for basic import * redoing logging (config, proper use of the logging module) * making secret part of config (random wouldn't work with apache since it uses different instances of python) * making server entry point not executing application if just imported * not writing file for opml when we can read it from memory
bgstack15