summaryrefslogtreecommitdiff
path: root/asgard
diff options
context:
space:
mode:
Diffstat (limited to 'asgard')
-rw-r--r--asgard/asgard.json3
-rw-r--r--asgard/settings.d/10-apps.conf11
-rw-r--r--asgard/venv.conf25
3 files changed, 39 insertions, 0 deletions
diff --git a/asgard/asgard.json b/asgard/asgard.json
new file mode 100644
index 0000000..2c28ed3
--- /dev/null
+++ b/asgard/asgard.json
@@ -0,0 +1,3 @@
+{
+"type": "django"
+}
diff --git a/asgard/settings.d/10-apps.conf b/asgard/settings.d/10-apps.conf
new file mode 100644
index 0000000..7095a27
--- /dev/null
+++ b/asgard/settings.d/10-apps.conf
@@ -0,0 +1,11 @@
+INSTALLED_APPS += [
+ 'coip.extensions',
+ 'coip.apps.name',
+ 'coip.apps.membership',
+ 'coip.apps.invitation',
+ 'coip.apps.userprofile',
+ 'coip.apps.link',
+ 'actstream',
+ 'coip.apps.opensocial',
+ 'coip.apps.activitystreams'
+]
diff --git a/asgard/venv.conf b/asgard/venv.conf
new file mode 100644
index 0000000..e5fec02
--- /dev/null
+++ b/asgard/venv.conf
@@ -0,0 +1,25 @@
+Django==1.3.1
+Werkzeug==0.6.2
+anyjson==0.3.1
+celery==2.3.3
+django-celery==2.3.3
+django-extensions==0.5
+django-form-utils==0.2.0
+git+git://github.com/leifj/django-oauth2-lite.git
+django-tagging==0.3.1
+httplib2==0.6.0
+importlib==1.0.2
+lxml==2.3
+mimeparse==0.1.3
+odict==1.4.2
+ordereddict==1.1
+pexpect==2.3
+pyparsing==1.5.6
+python-dateutil==1.5
+python-digest==1.7
+simplejson==2.0.9
+uuid==1.30
+wadllib==1.1.4
+wsgiref==0.1.2
+PIL==1.1.7
+django-activity-stream==0.3.9