django-seatbelt

Software Screenshot:
django-seatbelt
Software Details:
Version: 1.0
Upload Date: 11 May 15
Developer: Zygmunt Krynicki
Distribution Type: Freeware
Downloads: 0

Rating: nan/5 (Total Votes: 0)

django-seatbelt is a Django app to reduce support calls by isolating your production application from user's mismanagement and stuff they put inside /usr/local/.

Fasten your seatbelts

Look ma' no junk from ``/usr/local`` in the way!:

    >>> from django_seatbelt import seatbelt
    >>> with seatbelt.fasten():
    >>>     import something

For extra security while in the air please keep the seatbelt fastened for good.
Perfect for your packaged Django application. Lower support costs from users
and isolate your tested code from (typically) junk-ridden /usr/local.

    >>> from django_seatbelt import seatbelt
    >>> seatbelt.solder()
    >>> import django.core.handlers.wsgi
    >>> application = django.core.handlers.wsgi.WSGIHandler()

Requirements:

  • Python
  • Django

Other Software of Developer Zygmunt Krynicki

Comments to django-seatbelt

Comments not found
Add Comment
Turn on images!