This repository was archived by the owner on Jun 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
zyga/django-seatbelt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published