-
Notifications
You must be signed in to change notification settings - Fork 4
/
MANIFEST
61 lines (61 loc) · 1.65 KB
/
MANIFEST
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# file GENERATED by distutils, do NOT edit
README.md
requirements.txt
setup.cfg
setup.py
kanga/__init__.py
kanga/admin.py
kanga/asgi.py
kanga/datetime.py
kanga/db.py
kanga/forms.py
kanga/http.py
kanga/log.py
kanga/models.py
kanga/serializer.py
kanga/settings.py
kanga/urls.py
kanga/utils.py
kanga/views.py
kanga/wsgi.py
kanga/management/commands/add-account.py
kanga/management/commands/add-groups.py
kanga/management/commands/add-origins.py
kanga/management/commands/add-targets.py
kanga/management/commands/add-templates.py
kanga/management/commands/pull-fixtures.py
kanga/migrations/0001_initial.py
kanga/migrations/__init__.py
kanga/templates/account_delete.html
kanga/templates/account_edit.html
kanga/templates/account_new.html
kanga/templates/account_plan.html
kanga/templates/account_plan_old.html
kanga/templates/account_plan_oldish.html
kanga/templates/accounts.html
kanga/templates/asset.html
kanga/templates/assets.html
kanga/templates/assets_import.html
kanga/templates/base.html
kanga/templates/execution_view.html
kanga/templates/executions.html
kanga/templates/group.html
kanga/templates/group_delete.html
kanga/templates/group_edit.html
kanga/templates/group_new.html
kanga/templates/groups.html
kanga/templates/index.html
kanga/templates/plan_delete.html
kanga/templates/plan_edit.html
kanga/templates/plan_new.html
kanga/templates/plan_view.html
kanga/templates/plans.html
kanga/templates/target_delete.html
kanga/templates/target_edit.html
kanga/templates/target_new.html
kanga/templates/targets.html
kanga/templates/targets_import.html
kanga/templates/template_delete.html
kanga/templates/template_edit.html
kanga/templates/template_new.html
kanga/templates/templates.html