Scaffold main apps
This commit is contained in:
9
hamprint/settings/dev.py
Normal file
9
hamprint/settings/dev.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""Development settings."""
|
||||
|
||||
from .base import * # noqa: F401, F403
|
||||
|
||||
DEBUG = True
|
||||
ALLOWED_HOSTS = ["localhost", "127.0.0.1", "0.0.0.0"]
|
||||
|
||||
# Print emails to the console in dev so we don't burn Mailjet quota.
|
||||
EMAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"
|
||||
Reference in New Issue
Block a user