WIP: cálculo de impacto ambiental #59

Draft
pedro wants to merge 91 commits from feature/f31-device-enviromental-impact into main
Showing only changes of commit 1e08f0fc0c - Show all commits

View file

@ -1,7 +1,7 @@
from django.urls import path
from dpp import views
app_name = 'proofs'
app_name = 'dpp'
urlpatterns = [
path("<int:proof_id>/", views.ProofView.as_view(), name="proof"),