astconfman
astconfman copied to clipboard
manage.py init does not work!!! Please help me somebody!!!
(env) root@ubnt1804-confman:/usr/src/astconfman/astconfman# ./manage.py init
/usr/src/astconfman/astconfman/env/local/lib/python2.7/site-packages/flask_sqlalchemy/init.py:794: FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True or False to suppress this warning.
'SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and '
Traceback (most recent call last):
File "./manage.py", line 12, in
from app import app, db, migrate, user_datastore
File "/usr/src/astconfman/astconfman/app.py", line 150, in
from views import asterisk
File "/usr/src/astconfman/astconfman/views.py", line 4, in
from crontab import crontab
ImportError: No module named crontab
I need help getting the astconfman installation finished, but I can not get out of the initial stage of manage.py as described above! I tried to add a user according to the orientation at the end of the page (To fix it add user running astwebconf to asterisk group.), But without success! Can any kind soul help me solve this?
I am also facing the issue with ./manage.py init. Please help me to fix the same.
(env) root@AstConfman:~ /astconfman/astconfman# ./manage.py init
Traceback (most recent call last):
File "./manage.py", line 4, in