We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029ab04 commit 92bd536Copy full SHA for 92bd536
debunkbot/migrations/0027_auto_20220303_0730.py
@@ -12,10 +12,8 @@ class Migration(migrations.Migration):
12
migrations.AlterField(
13
model_name="googlesheetcredentials",
14
name="credentials",
15
- field=models.JSONField(
16
- help_text="The service account key needed by \
17
- the application to access Google Sheet data."
18
- ),
+ field=models.JSONField(help_text="The service account key needed by \
+ the application to access Google Sheet data."),
19
),
20
21
model_name="impact",
manage.py
@@ -1,5 +1,6 @@
1
#!/usr/bin/env python
2
"""Django's command-line utility for administrative tasks."""
3
+
4
import os
5
import sys
6
0 commit comments