Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
cdc87deb
Commit
cdc87deb
authored
Nov 13, 2019
by
Zac Wood
Browse files
clean up imports
parent
06526c2f
Pipeline
#5144
passed with stages
in 2 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
go/go/utils.py
View file @
cdc87deb
import
requests
from
django.conf
import
settings
import
logging
import
sys
import
functools
from
threading
import
Thread
logger
=
logging
.
getLogger
(
__name__
)
def
build_msg
(
request
):
target
=
request
.
POST
[
'target'
]
short
=
f
'go.gmu.edu/
{
request
.
POST
[
"short"
]
}
'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment