We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763b725 commit 71cf00dCopy full SHA for 71cf00d
1 file changed
dev/deploy/settings_local_collectstatics.py
@@ -1,6 +1,7 @@
1
# Copyright The IETF Trust 2007-2019, All Rights Reserved
2
# -*- coding: utf-8 -*-
3
4
+from ietf import __version__
5
from ietf.settings import * # pyflakes:ignore
6
7
STATIC_URL = "https://static.ietf.org/dt/%s/"%__version__
0 commit comments