Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

zyga/django-seatbelt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

Small library that isolates your packaged application from whatever users stashed into /usr/local

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages