This repository was archived by the owner on Jan 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
39 lines (39 loc) · 1.38 KB
/
.gitmodules
File metadata and controls
39 lines (39 loc) · 1.38 KB
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
[submodule "src/cache-panel"]
path = src/cache-panel
url = git://github.com/jbalogh/django-debug-cache-panel
[submodule "src/check"]
path = src/check
url = git://github.com/jbalogh/check.git
[submodule "src/django"]
path = src/django
url = git://github.com/django/django.git
[submodule "src/django-cache-machine"]
path = src/django-cache-machine
url = git://github.com/jbalogh/django-cache-machine.git
[submodule "src/django-debug-toolbar"]
path = src/django-debug-toolbar
url = git://github.com/robhudson/django-debug-toolbar.git
[submodule "src/django-flatblocks"]
path = src/django-flatblocks
url = git://github.com/zerok/django-flatblocks.git
[submodule "src/django-media-bundler"]
path = src/django-media-bundler
url = git://github.com/rnk/django-media-bundler.git
[submodule "src/django-nose"]
path = src/django-nose
url = git://github.com/jbalogh/django-nose.git
[submodule "src/schematic"]
path = src/schematic
url = git://github.com/jbalogh/schematic.git
[submodule "src/test-utils"]
path = src/test-utils
url = git://github.com/jbalogh/test-utils.git
[submodule "src/django-csp"]
path = src/django-csp
url = git://github.com/mozilla/django-csp.git
[submodule "src/django-extensions"]
path = src/django-extensions
url = git://github.com/django-extensions/django-extensions.git
[submodule "src/django-waffle"]
path = src/django-waffle
url = git://github.com/jsocol/django-waffle