You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to set up graphite.db. There is no manage.py anywhere under /opt/graphite/webapp or anywhere in the filesystem.
I can't find django-admin.py but I did find
/usr/local/bin/django-admin
but this command fails
cd /opt/graphite/webapp/graphite
PYTHONPATH=/opt/graphite/webapp:$PWD /usr/local/bin/django-admin migrate
which gives an error about USE_I18N
raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: Requested setting USE_I18N, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I used the following commands to install graphite, carbon and whisper on RHEL 8
I am unable to set up graphite.db. There is no manage.py anywhere under /opt/graphite/webapp or anywhere in the filesystem.
I can't find django-admin.py but I did find
/usr/local/bin/django-admin
but this command fails
which gives an error about USE_I18N
I also tried
which complains about local_settings.py
Is there something wrong with the method I used to install graphite-web, carbon and whisper?
What is the correct way to create graphite.db?
Beta Was this translation helpful? Give feedback.
All reactions