There is plenty of imformation about how to show static image in a Django template. However, when I needed to show a generated image, which I don't want to store in a static folder, it turned out not to be so obvious.
среда, 8 октября 2014 г.
воскресенье, 7 сентября 2014 г.
Slick-pg Enum + Hstore example
While creating my application with Play Framework 2.3, I've spent lots of time for searching some things that seemed to be easy at first glance. One of such a thing was the use of PostgreSQL specific types: hstore and enums. I found a great library for that. Slick-pg provides good covers for the most of the PostgreSQL specific data types. However, I bumped into some problems using enums, so I provide here my example of using it (+ hstore + date). Hope, it'll be helpfull.