aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
blob: 55fb0e6d9be05b2c0c39265baa14765f3a52e198 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.cache
.coverage
.coveragerc
.git
.github
.gitignore
.gitlab
.pytest_cache
.travis.yml
.vagrant
.venv
__pycache__
admin/migrations
admin/tests
admin/tests.py
api/migrations
api/tests
api/tests.py
CHANGELOG.md
CONTRIBUTING.md
docker
!docker/app/uwsgi.ini
docker-compose.yml
Dockerfile
docs
home/migrations
home/tests
home/tests.py
htmlcov
LICENSE
pysite.egg-info
README.md
scripts
Vagrantfile
venv
wiki/migrations
wiki/tests
wiki/tests.py