Version 3 (modified by omry, 12 years ago) (diff) |
---|
Django integration
Note: this has not been tested except on developer's setup.
So consider this version preliminary, and fixes will be necessary if it gets used.
Requirements
- Command-line-php installed on the system
Installation
- Check the README file in the /integration/django directory. Should have similar content to this page.
- Install FireStats Standalone.
- Put the Django middleware from /integration/django inside your middleware directory. Something like:
FIRESTATS_DIRECTORY = '/var/www/firestats'
- Change Django settings.py to load the middleware, and add a line specifying FireStats location
Testers needed
Any word from users will be helpful. Otherwise, this module might be neglected.
Thanks.