Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mexmonjonovuz committed Oct 28, 2024
1 parent 1c8150a commit cbeebdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ class AppsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps'
verbose_name = _('Buyurtmalar')

5 changes: 5 additions & 0 deletions apps/views/utils_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,8 @@ def handler500(request, *args, **argv):
# 500 manual testing html
# def trigger_error(request):
# return HttpResponseServerError(template='500.html')





0 comments on commit cbeebdc

Please sign in to comment.