dev.py 200 B

12345678
  1. from .base import * # noqa: F403, F401
  2. DEBUG = True
  3. EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
  4. # BASE_URL required for notification emails
  5. BASE_URL = 'http://localhost:8000'