Revision history [back]
add this command on your settings.py
file
ASKBOT_SELF_TEST = False
and
try this : "python manage.py collectstatic"
try this : "python manage.py syncdb --migrate --noinput"
add this command on your settings.py
file
ASKBOT_SELF_TEST = False
and
try this : "python manage.py collectstatic"
try this : "python manage.py syncdb --migrate --noinput"