django-seatbelt

Simple sandbox that isolates production applications from things users stick in /usr/local/
Download

django-seatbelt Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL v3
  • Publisher Name:
  • Zygmunt Krynicki
  • Publisher web site:
  • https://launchpad.net/~zkrynicki

django-seatbelt Tags


django-seatbelt Description

Simple sandbox that isolates production applications from things users stick in /usr/local/ 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 seatbeltsLook ma' no junk from ``/usr/local`` in the way!: >>> from django_seatbelt import seatbelt >>> with seatbelt.fasten(): >>> import somethingFor extra security while in the air please keep the seatbelt fastened for good.Perfect for your packaged Django application. Lower support costs from usersand 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


django-seatbelt Related Software