mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 21:37:49 -05:00
super basic working example
This commit is contained in:
@@ -25,7 +25,7 @@ from django_js_reverse import views as reverse_views
|
||||
urlpatterns = [
|
||||
path('', include('cookbook.urls')),
|
||||
path('admin/', admin.site.urls),
|
||||
path('accounts/', include('django.contrib.auth.urls')),
|
||||
path('accounts/', include('allauth.urls')),
|
||||
path('i18n/', include('django.conf.urls.i18n')),
|
||||
path(
|
||||
'jsi18n/',
|
||||
|
||||
Reference in New Issue
Block a user