urlpatterns = [
...
path('', include('drf_problems.urls'))
]