Skip to content

Commit

Permalink
Update celery.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghosts6 authored Oct 2, 2024
1 parent 4c415dd commit e757b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bloggin_system/bloggin_system/celery.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import absolute_import, unicode_literals
import os
from celery import Celery
import os
from django.conf import settings

os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'bloggin_system.settings')

Expand Down

0 comments on commit e757b62

Please sign in to comment.