added changes on checking similarity
This commit is contained in:
Binary file not shown.
Binary file not shown.
@ -41,6 +41,8 @@ INSTALLED_APPS = [
|
||||
"corsheaders",
|
||||
|
||||
"django_extensions",
|
||||
|
||||
'rest_framework',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
||||
@ -19,4 +19,5 @@ from django.urls import path , include
|
||||
urlpatterns = [
|
||||
path('admin/', admin.site.urls),
|
||||
path('', include('base.urls')),
|
||||
path('api/', include('base.api.urls')),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user