Metadata-Version: 2.1
Name: Redj-Captcha
Version: 0.1.0
Summary: Redj Captcha
Home-page: https://redj.ai/
Author: redj_ai
Author-email: info@redj.ai
License: UNKNOWN
Project-URL: Bug Tracker, https://redj.ai/
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Environment :: Web Environment
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Pillow (==9.0.0)

# Redj Captcha

## Getting Started

> in `setting.py`:

```
DEBUG = False
```

> add code to project(for example add to `url.py`):

```


