So, i am using the django-tailwind integration and i followed this guide Django-Tailwind On my local machine eveything works fine, but when i cloned the repo on here, i got
Error running WSGI application
ModuleNotFoundError: No module named 'tailwind'
File "/var/www/keshavwritescode_pythonanywhere_com_wsgi.py", line 16, in <module>
application = get_wsgi_application()
File "/usr/local/lib/python3.13/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
django.setup(set_prefix=False)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/django/__init__.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/django/apps/registry.py", line 91, in populate
app_config = AppConfig.create(entry)
File "/usr/local/lib/python3.13/site-packages/django/apps/config.py", line 193, in create
import_module(entry)
~~~~~~~~~~~~~^^^^^^^
to setup the repo, i ran
python manage.py tailwind install
python manage.py tailwind build
it created the static files in project_root/staticfiles/