Tailwind Css was also used.
pip install -r requirements.txtTo run tailwind, need to download node.js first, after that changed the npm dir under setting.py file. To check npm path run
where npmand copy the value and changed under setting.py
NPM_BIN_PATH = "...."To run,
py manage.py runserverTo run tailwind,
py manage.py tailwind start