File: README.Debian

package info (click to toggle)
python-django-treebeard 4.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 972 kB
  • sloc: python: 4,947; javascript: 269; makefile: 177
file content (16 lines) | stat: -rw-r--r-- 453 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
README.Debian for python-django-treebeard
=========================================

You need to add 'treebeard' to your INSTALLED_APPS iterable - this usually
resides in the `settings.py' file. Eg:

  INSTALLED_APPS = (
      'django.contrib.auth',
      'django.contrib.contenttypes',
      'django.contrib.sessions',
      'django.contrib.sites',
      'treebeard',
       <..>
  )

 -- Chris Lamb <lamby@debian.org>  Sun, 07 Dec 2008 04:47:08 +0000