Skip to content

Commit

Permalink
Add: app_name in urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Dec 14, 2021
1 parent f20bf65 commit 665ecfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/automations/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

from . import views

app_name = "automations"

urlpatterns = [
path("", views.TaskListView.as_view(), name="task_list"),
path("<int:task_id>", views.TaskView.as_view(), name="task"),
Expand Down

0 comments on commit 665ecfc

Please sign in to comment.