You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A list of prefixes to surpress and skip process on. By default, ``ADMIN_MEDIA_PREFIX``, ``MEDIA_URL`` and ``STATIC_URL`` (for Django >= 1.3) will be ignored (assuming ``MEDIA_URL`` and ``STATIC_URL`` is relative)::
92
+
A list of prefixes to suppress and skip process on. By default, ``ADMIN_MEDIA_PREFIX``, ``MEDIA_URL`` and ``STATIC_URL`` (for Django >= 1.3) will be ignored (assuming ``MEDIA_URL`` and ``STATIC_URL`` is relative)::
93
93
94
94
95
95
-------
@@ -157,7 +157,7 @@ When using the decorator, we recommend that rather than import the decoration di
157
157
return func(*args, **kwargs)
158
158
return wraps(func)(nothing)
159
159
160
-
By importing the decoration using this method, devserver_profile will be a pass through decoration if you aren't using devserver (eg in production)
160
+
By importing the decoration using this method, devserver_profile will be a pass through decoration if you aren't using devserver (e.g. in production)
0 commit comments