File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def user_url(user):
4848CACHE_MIDDLEWARE_KEY_PREFIX = CACHE_KEY_PREFIX
4949CACHE_MIDDLEWARE_SECONDS = 60
5050
51- INSTALLED_APPS = (
51+ INSTALLED_APPS = [
5252 "django.contrib.auth" ,
5353 "django.contrib.admin" ,
5454 "django_comments" ,
@@ -74,7 +74,7 @@ def user_url(user):
7474 "django_components" ,
7575 "rest_framework" ,
7676 "django_htmx" ,
77- )
77+ ]
7878
7979MIDDLEWARE = (
8080 "django.middleware.security.SecurityMiddleware" ,
Original file line number Diff line number Diff line change 1616)
1717
1818
19- INSTALLED_APPS = (
19+ INSTALLED_APPS = [
2020 "django.contrib.admin" ,
2121 "django.contrib.auth" ,
2222 "django.contrib.messages" ,
3838 "ratings" ,
3939 "taggit" ,
4040 "rest_framework" ,
41- )
41+ ]
4242
4343SECRET_KEY = "yadayada"
4444
You can’t perform that action at this time.
0 commit comments