Add "print"
This commit is contained in:
@@ -36,6 +36,7 @@ def send_email(to, subject, body):
|
||||
@require_http_methods(["GET"])
|
||||
def main_index(request, *args, **kwargs):
|
||||
"""Render main page."""
|
||||
print("moi")
|
||||
return render(request, "main_index.html", {})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user