Skip to content

Commit

Permalink
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/djan…
Browse files Browse the repository at this point in the history
…go-jumpstart
  • Loading branch information
evdb committed Nov 1, 2011
2 parents 170600d + 6e1629a commit 5ec2902
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions INSTALL
@@ -1,17 +1,18 @@
Install instructions for django-jumpstart
Installation instructions for django-jumpstart

== virtualenv ==

Get you virtual env setup so that you have all the dependencies installed:
Get your virtual environment set up (using virtualenv) so that you have all the
dependencies installed:

$ virtualenv ../django-jumpstart-virtualenv --no-site-packages
$ source ../django-jumpstart-virtualenv/bin/activate
$ pip install -r requirements.txt

== commonlib ==

Get the commonlib submodule, which contains many useful bits used across
mySociety projects:
Optionally, get the commonlib submodule, which contains many useful bits used
across mySociety projects:

$ git submodule add git://git.mysociety.org/commonlib
$ git submodule sync
Expand All @@ -37,4 +38,3 @@ Create your database:
$ ./manage syncdb
$ ./manage migrate


1 change: 0 additions & 1 deletion conf/httpd.conf-example
Expand Up @@ -19,7 +19,6 @@
# 'example.com', 'exampleuser', 'examplegroup'

Alias /media_root /data/vhost/example.com/media_root
Alias /media /data/vhost/example.com/django-jumpstart-virtualenv/lib/python2.6/site-packages/django/contrib/admin/media
Alias /static /data/vhost/example.com/collected_static
Alias /robots.txt /data/vhost/example.com/docs/robots.txt
Alias /favicon.ico /data/vhost/example.com/docs/favicon.ico
Expand Down
@@ -1,4 +1,4 @@
import settings
from django.conf import settings

def add_settings( request ):
"""Add some selected settings values to the context"""
Expand Down

0 comments on commit 5ec2902

Please sign in to comment.