You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
429 B

  1. from .base import * # noqa: F403
  2. MIDDLEWARE.append("api.middleware.RangesMiddleware") # noqa: F405
  3. # LOGGING = {
  4. # 'version': 1,
  5. # 'handlers': {
  6. # 'console': {
  7. # 'level': 'DEBUG',
  8. # 'class': 'logging.StreamHandler',
  9. # }
  10. # },
  11. # 'loggers': {
  12. # 'django.db.backends': {
  13. # 'level': 'DEBUG',
  14. # 'handlers': ['console'],
  15. # },
  16. # }
  17. # }