Suppression du paramètre teamid dans l'url pour récupérer tout ce qui est lié aux courses
22 lines
260 B
Plaintext
22 lines
260 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
.hypothesis/
|
|
.pytest_cache/
|
|
|
|
# Django stuff:
|
|
*.log
|
|
local_settings.py
|
|
db.sqlite3
|
|
.coverage
|