Skip to content

Commit e89b6bf

Browse files
committed
fix: change errors
1 parent f0c5a9e commit e89b6bf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- Django Simple JWT
99
- Authentication for JWT (RS256)
1010
- HTML, CSS, JavaScript, Bootstrap
11+
- SEO Optimizations
1112

1213
## Databases:
1314
+ PostgreSQL

core/urls.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
{"sitemaps": sitemaps},
2626
name="django.contrib.sitemaps.views.sitemap",
2727
),
28-
path('accounts/', include("allauth.urls")),
2928
]
3029

3130
urlpatterns += static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)

0 commit comments

Comments
 (0)