Skip to content
GitLab
Explore
Sign in
Commits on Source (1)
Test activity app
· 525f091b
ynerant
authored
Sep 04, 2020
525f091b
Hide whitespace changes
Inline
Side-by-side
management/commands/refresh_activities.py
View file @
525f091b
...
...
@@ -24,7 +24,7 @@ class Command(BaseCommand):
* Ne pas éditer cette page manuellement, toute modification sera annulée automatiquement.
* Pour annoncer un nouvel événement, rendez-vous sur {activities_url}
"""
.
format
(
activities_url
=
"
https://
"
+
os
.
getenv
(
"
NOTE_URL
"
)
+
reverse
(
"
activity:activity_list
"
))
"""
.
format
(
activities_url
=
"
https://
"
+
os
.
getenv
(
"
NOTE_URL
"
,
""
)
+
reverse
(
"
activity:activity_list
"
))
@staticmethod
def
connection
(
url
):
...
...