Closed MarkMichon1 closed 3 years ago
It looks like you've installed v1
of the package but followed instructions for v2
which is in beta atm. Please read a note at the beginning of the README https://github.com/timonweb/django-tailwind#tailwind-css-integration-for-django-aka-django--tailwind--
Hi there, I'm a bit lost during the installation process, specifically step #8: https://django-tailwind.readthedocs.io/en/latest/installation.html
I'm using my own base template in another app, primary.html:
However, this returns the following error:
I've been trying to figure this out for the last 45 minutes, to no avail.
tailwind
andtheme
(the app name for tailwind) have been added toINSTALLED_APPS
, as well asTAILWIND_APP_NAME = 'theme'
. All command line steps have been followed. Would you know what the cause of this is?Thanks for your time,
Mark