summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-02 12:40:20 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-02 12:40:20 +0000
commit8233186e08cd44838098095767bb6628f2d78998 (patch)
tree2766049b267b9962b4e81760753ed4ac83551ee2
parentfeaa76ae3e8c5dc99f1782209056f7f9caecff67 (diff)
downloadlorries-8233186e08cd44838098095767bb6628f2d78998.tar.gz
Add django and some django packages
-rw-r--r--open-source-lorries/django-packages.lorry18
1 files changed, 18 insertions, 0 deletions
diff --git a/open-source-lorries/django-packages.lorry b/open-source-lorries/django-packages.lorry
new file mode 100644
index 0000000..4c0da9a
--- /dev/null
+++ b/open-source-lorries/django-packages.lorry
@@ -0,0 +1,18 @@
+{
+ "django-packages/django" : {
+ "type": "git",
+ "url": "git://github.com/django/django.git"
+ },
+ "django-packages/django-appconf" : {
+ "type": "git",
+ "url": "git://github.com/jezdez/django-appconf.git"
+ },
+ "django-packages/django-compressor" : {
+ "type": "git",
+ "url": "git://github.com/django-compressor/django-compressor.git"
+ },
+ "django-packages/django-pyscss" : {
+ "type": "git",
+ "url": "git://github.com/fusionbox/django-pyscss.git"
+ }
+}