#580 closed defect (fixed)
Get rid of beaker
| Reported by: | spaetz | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 0.4.0 |
| Component: | programming | Keywords: | |
| Cc: | Parent Tickets: |
Description
Spinoff of remaining task of #507
If we do this, then maybe we should just get rid of Beaker:.
Possibly,
Replace Routes with werkzeug's routing
Replace Beaker's caching with http://werkzeug.pocoo.org/docs/contrib/cache/
Replace sessions with itsdangerous http://flask.pocoo.org/snippets/51/
Change History (3)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
I believe beaker has been gotten rid of!
comment:3 by , 13 years ago
| Milestone: | → 0.4.0 |
|---|

Replacing sessions with itsdangerous now has its own ticket: #668.