Hi, when i use collectstatic command as bellow this error happend,when no such file and directory( Contract_Assistant/static) exist in my project. my correct file path is as this:/home/SocialAI/Contract_Assistant/static/ExpertSystem/resources/postagger.model
, and basically why django search for that file in that path? by the way my code and this command work fine with no error before.
thanks in advance for any help
~/Contract_Assistant $ python3.8 manage.py collectstatic
error: cannot open input model file: /home/SocialAI/Contract_Assistant/Contract_Assistant/static/ExpertSystem/resources/postagger.model <No such file or directory>