From cf04b5e281261e273071dfd1d4608007bb1639ed Mon Sep 17 00:00:00 2001 From: Tomas Cejka <cejkat@cesnet.cz> Date: Mon, 15 May 2017 10:35:59 +0200 Subject: [PATCH] Remove deletion from patch file (used in vagrant) --- flowspy/settings.py.patch | 8 -------- 1 file changed, 8 deletions(-) diff --git a/flowspy/settings.py.patch b/flowspy/settings.py.patch index 04e945e1..04737d40 100644 --- a/flowspy/settings.py.patch +++ b/flowspy/settings.py.patch @@ -75,11 +75,3 @@ } LOGIN_URL = '/welcome' -@@ -338,7 +335,3 @@ - 'rest_framework.permissions.IsAuthenticated' - ] - } -- --# Limit of ports in 'ports' / 'SrcPorts' / 'DstPorts' of a rule: --PORTRANGE_LIMIT = 100 -- -- GitLab