Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pédagogies Multimodales
Phonographe
Commits
6e1728e4
Commit
6e1728e4
authored
Aug 07, 2022
by
Sylvain Coulange
🌼
Browse files
gitignore pour plus tard
parent
4df6c9b5
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitignore
deleted
100644 → 0
View file @
4df6c9b5
.vscode
Pipfile
\ No newline at end of file
.vscode/settings.json
deleted
100644 → 0
View file @
4df6c9b5
{
"python.pythonPath"
:
"/home/sylvain/.local/share/virtualenvs/clavierPhono-iNar7JrY/bin/python"
}
\ No newline at end of file
Pipfile
deleted
100644 → 0
View file @
4df6c9b5
[[source]]
name
=
"pypi"
url
=
"https://pypi.org/simple"
verify_ssl
=
true
[dev-packages]
[packages]
django
=
"=
=
2.1
"
[requires]
python_version
=
"3.6"
users/views.py
View file @
6e1728e4
...
...
@@ -628,4 +628,5 @@ def getCountry(ip):
exit
()
data
=
response
.
json
()
return
data
[
'country'
]
\ No newline at end of file
return
data
[
'country'
]
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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