mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
3 lines
187 B
Bash
Executable File
3 lines
187 B
Bash
Executable File
#!/bin/bash
|
|
PYTHONPATH=/opt/graphite/webapp django-admin.py syncdb --settings=graphite.settings
|
|
# PYTHONPATH=/opt/graphite/webapp django-admin.py update_users --settings=graphite.settings |