You can define app_name in app's urls.py, like so: from django.urls import path from .views import * app_name='plataforma' urlpatterns ...
確定! 回上一頁