Skip to content

Commit

Permalink
Sun, Jun 23, 2024, 3:22 PM +05:30
Browse files Browse the repository at this point in the history
  • Loading branch information
Bindkushal committed Jun 23, 2024
1 parent e2b513b commit a7141e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project_Hospital/Project_Hospital/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@

from django.contrib import admin
from django.urls import path, include
from django.conf import settings
from django.conf import static
from Hospital_APP import view

urlpatterns = [
path("admin/", admin.site.urls),
path('Hospital_App/', include("Hospital_App.urls"))


]

0 comments on commit a7141e2

Please sign in to comment.