A template repo for Django projects with TailwindCSS and DaisyUI.
It uses django-debug-toolbar and django-browser-reload for development.
Install node dependencies with cd jsbuild
and npm install
.
Run cd jsbuild
and npm run tailwind-watch
.
Install python dependencies with pip install -r requirements.txt
.
Then run the Django development server as usual python manage.py runserver
.