Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit fa5fe1c

Browse files
authored
Update urls.py
1 parent 6fa906e commit fa5fe1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Proiect/proiect/urls.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
path('', LoginView.as_view(template_name='registration/login.html'), name='login'),
99
path('locations/', include('aplicatie1.urls')),
1010
path('jobs/', include('aplicatieJobs.urls')),
11-
12-
]
11+
path('companies/',include('aplicatie2.urls')),
12+
]

0 commit comments

Comments
 (0)