Metadata-Version: 2.1
Name: django-tbase-theme-tailwind
Version: 2023.5.2716851343
Summary: Terry django base post ,
Home-page: https://terrychanorg.jetbrains.space/p/django-expand/repositories/tbase_theme_tailwind/files/README.md
Author: Terry Chan
Author-email: napoler2008@gmail.com
Description-Content-Type: text/markdown
Requires-Dist: django-sitetree (==1.17.2)

# django-expand/tbase_theme_tailwind

集成tailwind

集成

在自己的模板文件中引用即可
安装
```bash
pip install django-tbase-theme-tailwind
```

```python
# settings.py
 INSTALLED_APPS = [   # 个人应用
     # 基本配置
    # 'tbase_page',
    'tbase_config',
    'tbase_theme_tailwind',
    
    'tbase_post',
    # 'markdownx'
    'martor',
    'taggit',

 ]
```


## Getting Started

Download links:

SSH clone URL: ssh://git@git.jetbrains.space/terrychanorg/django-expand/tbase_theme_tailwind.git

HTTPS clone URL: https://git.jetbrains.space/terrychanorg/django-expand/tbase_theme_tailwind.git



These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

## Prerequisites

What things you need to install the software and how to install them.

```
Examples
```

## Deployment

Add additional notes about how to deploy this on a production system.

## Resources

Add links to external resources for this project, such as CI server, bug tracker, etc.
