~graphite-dev/graphite/debian-packaging

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Ilya Zakreuski
  • Date: 2010-09-18 11:08:45 UTC
  • Revision ID: izakreuski@gmail.com-20100918110845-w7z1fcyrjt1suuti
Fixed post-installaton django-admin command options list

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
# class after installation.
13
13
 
14
14
        update-python-modules -p
15
 
        su www-data -p -c "django-admin syncdb --settings graphite.settings --noinput"
 
15
        su www-data -p -c "django-admin syncdb --pythonpath=/usr/share/pyshared --settings graphite.settings --noinput"
16
16
 
17
17
# override file permissions in /var/lib/graphite
18
18