django-restit 4.0.4__py3-none-any.whl → 4.0.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: django-restit
3
- Version: 4.0.4
3
+ Version: 4.0.5
4
4
  Summary: A Rest Framework for DJANGO
5
5
  License: MIT
6
6
  Author: Ian Starnes
@@ -341,7 +341,7 @@ pushit/utils.py,sha256=5NcWELJJjmiY2N7SiSh-qonJbLgVtFAu-EMkcFJ5St4,1966
341
341
  rest/.gitignore,sha256=TbEvWRMnAiajCTOdhiNrd9eeCAaIjRp9PRjE_VkMM5g,118
342
342
  rest/README.md,sha256=V3ETc-cJu8PZIbKr9xSe_pA4JEUpC8Dhw4bQeVCDJPw,5460
343
343
  rest/RemoteEvents.py,sha256=nL46U7AuxIrlw2JunphR1tsXyqi-ep_gD9CYGpYbNgE,72
344
- rest/__init__.py,sha256=fnSy7uF1-0lfZqw7n5yv41Mv3iGA03jFvSSE1W3JeIE,120
344
+ rest/__init__.py,sha256=Khb1uCxKcOF2h84rJaf2ZhOpxZujpN9mAvCExA7fTlc,120
345
345
  rest/arc4.py,sha256=y644IbF1ec--e4cUJ3KEYsewTCITK0gmlwa5mJruFC0,1967
346
346
  rest/cache.py,sha256=1Qg0rkaCJCaVP0-l5hZg2CIblTdeBSlj_0fP6vlKUpU,83
347
347
  rest/crypto/__init__.py,sha256=Tl0U11rgj1eBYqd6OXJ2_XSdNLumW_JkBZnaJqI6Ldw,72
@@ -358,7 +358,7 @@ rest/forms.py,sha256=66Wm5cdy8tKib_mGicjq_yd-gNVMFWRECnrDksnNnwU,6316
358
358
  rest/helpers.py,sha256=ahTTAnsHPeBQTcxs7u-Yfjh5lP_hefDoBcIio12cYZg,23837
359
359
  rest/joke.py,sha256=0PpKaX2iN7jlS62kgjfmmqkFBYLPURz15aQ8R7OJkJ8,260
360
360
  rest/jwtoken.py,sha256=1ruZGPTXnodb85ywPd8ZmRiRYCskopA8EhcbX7Adixc,2298
361
- rest/log.py,sha256=OC28rELM1lRQH-vdVrC-bSrOptzI-b00zf9lIyA140c,20932
361
+ rest/log.py,sha256=hd1_4HBOS395sfXJIL6BTw9yekm1SLgBwYx_PdfIhKA,20930
362
362
  rest/mail.py,sha256=Y7EhkFAIcX4ieSJ7KLPeECmzYQEGAjWtkLlFvD87bhA,7754
363
363
  rest/mailman.py,sha256=v5O1G5s3HiAKmz-J1z0uT6_q3xsONPpxVl9saEyQQ2I,9174
364
364
  rest/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -446,7 +446,7 @@ ws4redis/servers/uwsgi.py,sha256=VyhoCI1DnVFqBiJYHoxqn5Idlf6uJPHvfBKgkjs34mo,172
446
446
  ws4redis/settings.py,sha256=lF-6nzv7SWjmFgmontpZKdSBhp8q4FhvFOcEYZGR8pc,1411
447
447
  ws4redis/utf8validator.py,sha256=S0OlfjeGRP75aO6CzZsF4oTjRQAgR17OWE9rgZdMBZA,5122
448
448
  ws4redis/websocket.py,sha256=R0TUyPsoVRD7Y_oU7w2I6NL4fPwiz5Vl94-fUkZgLHA,14848
449
- django_restit-4.0.4.dist-info/LICENSE.md,sha256=VHN4hhEeVOoFjtG-5fVv4jesA4SWi0Z-KgOzzN6a1ps,1068
450
- django_restit-4.0.4.dist-info/METADATA,sha256=tpvM6ZKzpncb2zgraxvWN7cpVLb24lH1qinNC3qQwEY,7525
451
- django_restit-4.0.4.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
452
- django_restit-4.0.4.dist-info/RECORD,,
449
+ django_restit-4.0.5.dist-info/LICENSE.md,sha256=VHN4hhEeVOoFjtG-5fVv4jesA4SWi0Z-KgOzzN6a1ps,1068
450
+ django_restit-4.0.5.dist-info/METADATA,sha256=kGdo8wXQiGHWRi1D8ix5E6DV-LIjWSpMYpL91X7L8kg,7525
451
+ django_restit-4.0.5.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
452
+ django_restit-4.0.5.dist-info/RECORD,,
rest/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  from .uberdict import UberDict # noqa: F401
2
2
  from .settings_helper import settings # noqa: F401
3
3
 
4
- __version__ = "4.0.4"
4
+ __version__ = "4.0.5"
rest/log.py CHANGED
@@ -14,7 +14,7 @@ import time
14
14
  import traceback
15
15
  from .settings_helper import settings
16
16
 
17
- LOG_FOLDER = settings.LOG_FOLDER
17
+ LOG_FOLDER = settings.LOG_ROOT
18
18
  if LOG_FOLDER is None:
19
19
  LOG_FOLDER = os.path.join(settings.BASE_DIR, "var", "logs")
20
20