Added reset all browser styles & scss

This commit is contained in:
RailTH
2024-02-01 19:46:44 +11:00
parent f8f7a89996
commit 52fc20018a
7 changed files with 115 additions and 1 deletions

View File

@@ -16,7 +16,9 @@ Including another URLconf
"""
from django.contrib import admin
from django.urls import path
from SusMarketBackend import views
urlpatterns = [
path('admin/', admin.site.urls),
path('', views.index, name='index')
]