diff --git a/.gitignore b/.gitignore index e676216c..250f840f 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ htmlcov/ coverage.xml .eggs/ .python-version +venv diff --git a/django_celery_beat/migrations/0006_auto_20180322_0932.py b/django_celery_beat/migrations/0006_auto_20180322_0932.py index eeb947b2..92d0eabc 100644 --- a/django_celery_beat/migrations/0006_auto_20180322_0932.py +++ b/django_celery_beat/migrations/0006_auto_20180322_0932.py @@ -10,7 +10,7 @@ class Migration(migrations.Migration): dependencies = [ ('django_celery_beat', '0005_add_solarschedule_events_choices'), - ('django_celery_beat', '0006_auto_20180210_1226'), + # ('django_celery_beat', '0006_auto_20180210_1226'), ] operations = [