Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Commit

Permalink
Merge pull request #6 from CCardosoDev/master
Browse files Browse the repository at this point in the history
OPT - Add katka core app_name
  • Loading branch information
CCardosoDev committed Feb 7, 2019
2 parents 3d9d686 + 58497cc commit 628facb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions katka/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

from . import views

app_name = 'katka_core'

router = routers.SimpleRouter()
router.register('team', views.TeamViewSet, basename='team')

Expand Down

0 comments on commit 628facb

Please sign in to comment.