Metadata-Version: 2.1
Name: outfit418-backup-ratting
Version: 0.1.5
Summary: Backup for Outfit418 data
Home-page: https://github.com/Maestro-Zacht/outfit418-backup-ratting
Author-email: matteo.ghia@yahoo.it
License: GNU General Public License v3
Keywords: allianceauth,allianceauth_pve,outfit418,eveonline
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: allianceauth (~=3.0)
Requires-Dist: allianceauth-pve (~=1.10)

# Outfit418 Backup Ratting
[![PyPI version](https://badge.fury.io/py/outfit418_backup_ratting.svg)](https://badge.fury.io/py/outfit418_backup_ratting)

## Installation
1. `pip install outfit418-backup-ratting`
2. Add `outfit418_backup_ratting` (note the underscore) to your `INSTALLED_APPS`
3. Run migrations
4. Restart AllianceAuth

## Tasks
Add to local.py
```python
CELERYBEAT_SCHEDULE['outfit418_update_fake_chars'] = {
    'task': 'outfit418_backup_ratting.tasks.update_fake_users',
    'schedule': crontab(minute=0, hour=0),
}
```
