Files
music-storage/music_storage/core/views.py
2026-01-04 13:12:44 +05:00

10 lines
182 B
Python

from django.shortcuts import render
def index(request, *args, **kwargs):
return render(request, "index.html")
def sentry_debug(request):
division_by_zero = 1 / 0 # noqa