Skip to content

Commit 8363aee

Browse files
authored
Update JS reverse app name and remove debugger (#332)
* Update js reverse app name * Remove Python debugger
1 parent 3a4049d commit 8363aee

File tree

4 files changed

+2
-12
lines changed

4 files changed

+2
-12
lines changed

django_site/pipeline_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"django.contrib.messages",
3636
"django.contrib.sites",
3737
"django.contrib.staticfiles",
38-
"django_js_reverse",
38+
"django_reverse_js",
3939
"rest_framework",
4040
"import_export",
4141
"django_otp",

django_site/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"django.contrib.messages",
7171
"django.contrib.sites",
7272
"django.contrib.staticfiles",
73-
"django_js_reverse",
73+
"django_reverse_js",
7474
"import_export",
7575
"rest_framework",
7676
"django_otp",

generate_requirements.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"mysqlclient==2.1.*",
3232
"redis==3.3.*",
3333
"django-redis==4.11.*",
34-
"google-python-cloud-debugger==2.*",
3534
"google-cloud-logging==1.*",
3635
"google-auth==1.*",
3736
]

main.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
11
from django_site.wsgi import application
22

3-
4-
try:
5-
import googleclouddebugger
6-
7-
googleclouddebugger.enable()
8-
except ImportError:
9-
pass
10-
11-
123
app = application

0 commit comments

Comments
 (0)