fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
First take on connecting lessons to forum topics
[edumed.git]
/
.gitignore
1
localsettings.py
2
dev.sqlite
3
*.db
4
*.db-journal
5
*~
6
*.orig
7
*.log
8
9
# Compress output
10
/static
11
12
# Python garbage
13
*.pyc
14
.coverage
15
pip-log.txt
16
nosetests.xml
17
/build
18
/dist
19
*.egg-info
20
21
# Mac OS X garbage
22
.DS_Store
23
24
# Windows garbage
25
thumbs.db
26
27
# Eclipse
28
.project
29
.settings
30
.pydevproject
31
.tmp_*
32
33
# Tags file
34
TAGS
35
36
media
37
search_index
38
.sass-cache
39