I am very new to python and when I run
$ python manage.py collectstatic
he returns
'Unknown command:' collectstatic ''
From what I found from the study, there seems to be a problem with settings.py, here is my settings.py:
import os DEBUG = True TEMPLATE_DEBUG = DEBUG ADMINS = (
Thank you very much! I really appreciate any help.
source share