File: 0019_alter_periodictasks_options.py

package info (click to toggle)
python-django-celery-beat 2.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,112 kB
  • sloc: python: 3,440; makefile: 319; sh: 22
file content (17 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated by Django 5.0.1 on 2024-07-04 07:32

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('django_celery_beat', '0018_improve_crontab_helptext'),
    ]

    operations = [
        migrations.AlterModelOptions(
            name='periodictasks',
            options={'verbose_name': 'periodic task track', 'verbose_name_plural': 'periodic task tracks'},
        ),
    ]