About

This is the English version of my blog, the French one is located here although I am more updating the English version. Feel free to leave a comment or send me a message if you wish to see some specific stuff written on this blog.

One thought on “About

  1. Hi-

    I don’t know graphite or nginx, and this guide almost worked cleanly.
    I’m using the django tools in the Ubuntu package archives.
    python -c “import django; print(django.get_version())”
    1.4.1

    This recipe is not complete because Django demands an authentication database. I added a rule to use sqlite to make a DB in the /opt/graphite/webapp directory. This rule had to be in /opt/graphite/webapp/graphite/app_settings.py. It did not work to put this in graphite.settings.

    I think your Django install had a default database somewhere and you did not notice that Django used it. Anyway, thank you very much.

    Lance
    lance.norskog@gmail.com

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.