diff --git a/README.md b/README.md index ca408a4cc9a6f33cd8522975aca7cd419ae0696c..57f98f40a4d2fafdf0e8c79003bbfb901ac4898c 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,6 @@ This project is live and currently running on https://a4-logistik.up.railway.app Sebuah aplikasi Web yang bertujuan untuk menangani kebutuhan Logistik pada RS Ummi. -## ▶️ Authors and acknowledgment +## 🎪 Authors and acknowledgment © 2024 A4, Proyek Perangkat Lunak, Genap 2023/2024 diff --git a/project_a4_logistik/urls.py b/project_a4_logistik/urls.py index 5893b2e77e8f95bc20d220b58b98058f969d7f76..cecdf7196bdf67e185c170e09ef3b6a20d06e00f 100644 --- a/project_a4_logistik/urls.py +++ b/project_a4_logistik/urls.py @@ -17,6 +17,7 @@ from django.contrib import admin from django.urls import path, include urlpatterns = [ + path('', include('example_app.urls')), path('admin/', admin.site.urls), path('example_app/', include('example_app.urls')), ]