File: README.Debian

package info (click to toggle)
python-django-dmigrations 0.3.1%2Bsvn29-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 248 kB
  • ctags: 234
  • sloc: python: 1,614; makefile: 16
file content (16 lines) | stat: -rw-r--r-- 461 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
README.Debian for python-django-dmigrations
===========================================

You need to add 'dmigrations' 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',
      'dmigrations',
       <..>
  )

 -- Chris Lamb <lamby@debian.org>  Thu, 20 Nov 2008 23:58:57 +0000