diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/py-graphite-web/Makefile | 1 | ||||
-rw-r--r-- | www/py-graphite-web/files/pkg-message.in | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www/py-graphite-web/Makefile b/www/py-graphite-web/Makefile index f59b62d3ba54..8095768c711f 100644 --- a/www/py-graphite-web/Makefile +++ b/www/py-graphite-web/Makefile @@ -3,6 +3,7 @@ PORTNAME= graphite-web PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-graphite-web/files/pkg-message.in b/www/py-graphite-web/files/pkg-message.in index 7fa1cebda5ff..48421756559b 100644 --- a/www/py-graphite-web/files/pkg-message.in +++ b/www/py-graphite-web/files/pkg-message.in @@ -7,7 +7,8 @@ for Graphite! To setup graphite, you will need to: * Initialize the sqlite user database and create the admin user: - python2 %%PYTHON_SITELIBDIR%%/graphite/manage.py syncdb + django-admin.py migrate --settings=graphite.settings --run-syncdb + django-admin.py createsuperuser --settings=graphite.settings * Build the index: |