Commit a7a444fd authored by Ayn Collado's avatar Ayn Collado

put everything back to normal

parent 3463d83c
Pipeline #1115 failed with stages
......@@ -38,7 +38,7 @@ INSTALLED_APPS = [
'django.contrib.messages',
'django.contrib.staticfiles',
'selenium',
# 'froyo',
'froyo',
]
MIDDLEWARE = [
......
......@@ -18,5 +18,5 @@ from django.urls import include, path
urlpatterns = [
path('admin/', admin.site.urls),
# path(r'', include('froyo.urls')),
path(r'', include('froyo.urls')),
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment