Skip to content

Commit 20e3c2a

Browse files
made name changes in the file
1 parent 7612cee commit 20e3c2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/family_tree/family_tree/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
urlpatterns = [
2121
path('admin/', admin.site.urls),
2222
path("graphql", GraphQLView.as_view(graphiql=True)),
23-
path('students/', include('student_model.urls')),
23+
path('students/', include('student.urls')),
2424
]

backend/family_tree/student/apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
class StudentModelConfig(AppConfig):
55
default_auto_field = 'django.db.models.BigAutoField'
6-
name = 'student_model'
6+
name = 'student'

0 commit comments

Comments
 (0)