Metadata-Version: 2.4
Name: django_tbase_page
Version: 2026.3.1617736746
Summary: Terry django base page
Home-page: https://github.com/napoler/tbase_page
Author: Terry Chan
Author-email: napoler2008@gmail.com
Description-Content-Type: text/markdown
Requires-Dist: django-tbase-theme-tailwind>=2023.7.316883187
Requires-Dist: martor>=1.7.0
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

# django-tbase-page

Terry django base page module.

## Installation

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

## Usage

Add to your Django settings:

```python
INSTALLED_APPS = [
    'tbase_page',
    'tbase_config',
    'tbase_theme_tailwind',
    'martor',
]
```

## Requirements

- Django >= 3.2
- django-tbase-theme-tailwind
- martor >= 1.7.0
