Metadata-Version: 2.1
Name: django-tbase-page
Version: 2024.6.1617184706
Summary: Terry django base post ,
Home-page: https://terrychanorg.jetbrains.space/p/django-expand/repositories/tbase_page/files/README.md
Author: Terry Chan
Author-email: napoler2008@gmail.com
Description-Content-Type: text/markdown

# django-expand/tbase_page
基本页面




安装
```bash
pip install django-tbase-page
```

```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_page.git

HTTPS clone URL: https://git.jetbrains.space/terrychanorg/django-expand/tbase_page.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.
