GithubHelp home page GithubHelp logo

django-arecibo's People

Contributors

andymckay avatar erikrose avatar peterbe avatar

Stargazers

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

Forkers

erikrose

django-arecibo's Issues

Create .gitignore to ignore .pyc files

Can we get a .gitignore here that ignores the common .pyc files?

I personally consider it to be a flaw if a project requires a global .gitignore for anyone working on a project that uses this.

Push a new version to pypi

The current version on pypi doesn't include this fix: e07bcf4

Which is extremely annoying. I've put up with it expecting a release sooner or later, but it's taking a bit too long. Please release a 0.3.2 or something.

Steal the Log Handler from funfactory

Sorry I didn't get a chance to add this to arecibo, but this should be a part of it:

paste.pocoo.org/show/515966/

import logging

class AreciboHandler(logging.Handler):
"""An exception log handler that sends tracebacks to Arecibo."""
def emit(self, record):
from django.conf import settings
arecibo = getattr(settings, 'ARECIBO_SERVER_URL', '')

    if arecibo and hasattr(record, 'request'):
        from django_arecibo.tasks import post
        post(record.request, 500)

Enabling GROUP_POSTS requires celery

If GROUP_POSTS is enabled, the set method of wrapper.Group will import an celery task. I'm not sure if this is intended, but it came as a surprise.

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.