repo.or.cz
/
mygpo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Web] Prefetch related objects to avoid 1+N queries
[mygpo.git]
/
.gitignore
blob
4da1cee241575f8f03c29d8a5a31bd860229bc5c
1
*.pyc
2
htdocs/media/logo/*
3
logs/*
4
*.mo
5
mygpo/settings_prod.py
6
mygpo/MAINTENANCE_MODE
7
8
# API Docs
9
doc/_build
10
11
# vim swap files
12
*.swp
13
14
# static files copied by the collectstatic command
15
mygpo/staticfiles/
16
17
# virtualenv
18
venv
19
20
# test coverage
21
.coverage