Metadata-Version: 2.1
Name: django-rest-cryptomus
Version: 0.2.3
Summary: A Django app for integrating with Cryptomus payment gateway.
Home-page: https://github.com/rz-k/django_cryptomus
Author: reza karampour
Author-email: adamak.tng@gmail.com
License: MIT License
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/markdown
Requires-Dist: Django>=4.0

# Django Cryptomus

Django Cryptomus is a package for Django that allows you to fortify web applications with robust security measures. This package is entirely dynamic, enabling you to configure all aspects of your site's security based on your specific needs.

## Features

- **Advanced Security Capabilities**: This package provides advanced features such as data encryption, access control, and detection of security threats.
- **Dynamic Configuration Settings**: All settings in this package are dynamically configurable via an admin panel.
- **Ease of Use**: Designed to be highly intuitive, making it easy for developers familiar with Django to integrate and customize security features.

## Installation

To install via pip, simply run:

```bash
pip install django-cryptomus
```

## Usage

To use this package, first add it to the INSTALLED_APPS list in your project settings:

```
INSTALLED_APPS = [
    ...
    'cryptomus',
    ...
]
```
Then, you can utilize the dynamic configuration settings provided by this package to tailor all aspects of your site's security.

## Documentation
For the complete documentation and usage guide, please visit the official documentation page.

## Contributing
We welcome contributions and feedback from the community. To report issues, make suggestions, or submit pull requests, please visit our GitHub repository.

## License
This project is licensed under the License.
