forked from bread-and-pepper/django-brookie
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathINSTALL
18 lines (13 loc) · 731 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Thanks for downloading django-brookie.
To install it, run the following command inside this directory:
python setup.py install
Or if you'd prefer you can simply place the included ``brookie``
directory somewhere on your Python path, or symlink to it from
somewhere on your Python path; this is useful if you're working from a
Subversion checkout.
You also need to copy or symlink the ``media/brookie`` directory inside
your applications media folder.
And add (r'^brookie/', include('brookie.urls')), to your urls.
Note that this application requires Python 2.3 or later, and a
functional installation of Django 1.0 or newer. You can obtain Python from
http://www.python.org/ and Django from http://www.djangoproject.com/.