File: README.Debian

package info (click to toggle)
python-django-treebeard 4.3.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,160 kB
  • sloc: python: 5,010; makefile: 184
file content (16 lines) | stat: -rw-r--r-- 453 bytes parent folder | download | duplicates (8)
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