.related-articles-short { overflow: hidden; display: -webkit-inline-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; max-height: calc(1.5em* 3); text-overflow: ellipsis; } .main-blog-post p { margin: 16px 0; } .main-blog-post figure { margin: 24px 0; } .main-blog-post blockquote { display: block; padding-left: 15px; border-left: 3px solid #ccc; font-size: 20px; line-height: 34px; color: #434343; } @media (max-width: 992px) { .main-blog-post h2 { font-size: 26px; } } code { font-size: 16px; } @media (max-width: 478px) { code { font-size: 14px; } }

Classy Django REST Framework

André Ericson
May 22, 2015
<p>We are proud to announce the release of <a href="http://www.cdrf.co">Classy Django REST Framework</a>, a web-based documentation with flattened information about <a href="http://www.django-rest-framework.org">Django REST Framework</a>'s class-based views and serializers. It is heavily based on <a href="http://www.ccbv.co.uk">Classy Class-based View (CCBV)</a> and users familiar with it will feel right at home.</p><p>It is available at: <a href="http://www.cdrf.co">http://www.cdrf.co</a></p><p>We hope it will be as useful to you as it has been for us at Vinta Software Studio. The code is available at our <a href="https://github.com/vintasoftware/cdrf.co">github</a>. Let us know how we can improve it.</p>