A Cookiecutter Django project template that uses Tailwind CSS, Wagtail CMS and works with Docker.
The django-docker-tailwind is a Django project template that includes Tailwind CSS, Wagtail CMS, and works with Docker. It is based on the django-cookiecutter and comes with production and development configurations, Tailwind CSS, Webpack for production build and asset optimization, Django Rest Framework API, and Wagtail CMS.
To install the django-docker-tailwind project template, follow these steps:
$ pip install cookiecutter
$ cookiecutter https://github.com/<template-url>
Enter the project details at the prompts.
Once the project has been created, navigate to the project directory:
$ cd <project-name>
$ docker-compose up
$ docker-compose exec web python manage.py createsuperuser
The django-docker-tailwind project template is a convenient way to start a Django project with Tailwind CSS, Wagtail CMS, and Docker. It provides all the necessary configurations and tools for development and production. By following the installation guide, you can quickly set up a project with a customizable frontend, API endpoints, and content management capabilities.