mirror of
https://github.com/yawaflua/SusMarket.git
synced 2026-02-04 19:04:12 +02:00
Added reset all browser styles & scss
This commit is contained in:
@@ -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')
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user