Giter VIP home page Giter VIP logo

django-pedant's People

Contributors

clokep avatar lucaswiman avatar richardxia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

django-pedant's Issues

log_on_template_errors doesn't exist

Still trying to get this package to work, but the documentation refers to log_on_template_errors, which doesn't exist. The decorator is log_template_errors. Thanks!

Unable to get fail_on_template_errors working with class based views

I've been unable to get this to work with class based views (well without calling render_to_string manually in a CBV, which kind of defeats the purpose).

I was hoping to do something like:

from pedant.decorators import fail_on_template_errors

class MyView(TemplateView):
    template_name = 'my_view.html'

    @fail_on_template_errors
    def render_to_response(self, *args, **kwargs):
        return super(MyView, self).render_to_response(*args, **kwargs)

I don't see how the TemplateResponse code differs much from render_to_string, but I've been unable to get this to work. Is there a fundamental flaw that this doesn't work on CBVs or am I doing something wrong?

Thanks!

(If this worked, it might make a nice mixin to include, or at least document!)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.