From fadff2e1535e9930ba5a8c564a54ee53d8971468 Mon Sep 17 00:00:00 2001 From: Joselin Permata Aprillia <103546691+joselinprmt@users.noreply.github.com> Date: Tue, 6 Feb 2024 19:35:18 +0700 Subject: [PATCH] add url --- README.md | 2 +- project_a4_logistik/urls.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca408a4c..57f98f40 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 5893b2e7..cecdf719 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')), ] -- GitLab