Skip to content

A Cookiecutter Django project template that uses Tailwind CSS, Wagtail CMS and works with Docker.

License

Notifications You must be signed in to change notification settings

dantium/django-docker-tailwind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-docker-tailwind

A Cookiecutter Django project template that uses Tailwind CSS, Wagtail CMS and works with Docker.

Based on django-cookiecutter

Includes

  • Docker - Production and Dev configs
  • Tailwind CSS
  • Webpack - Production build, optimise assets and generate favicons
  • API - Django Rest Framework
  • CMS - Wagtail

TODO

  • Add Frontend JS framework options
  • Production webserver config
  • Custom user profile
  • Initial auth setup

Usage

To generate your project get Cookiecutter:

pip install cookiecutter

Run Cookiecutter with this template:

cookiecutter https://github.com/dantium/django-docker-tailwind

Enter your project details at the prompts, once the project has been created enter the directory:

cd project_slug

Run with docker:

docker-compose up

Create a superuser:

docker-compose run django_project_slug ./manage.py createsuperuser

About

A Cookiecutter Django project template that uses Tailwind CSS, Wagtail CMS and works with Docker.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published