|  | @@ -9,7 +9,7 @@ from django.conf import settings
 | 
											
												
													
														|  |  # set the default Django settings module for the 'celery' program.
 |  |  # set the default Django settings module for the 'celery' program.
 | 
											
												
													
														|  |  os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'proj.settings')
 |  |  os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'proj.settings')
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -app = Celery('proj.celery')
 |  | 
 | 
											
												
													
														|  | 
 |  | +app = Celery('proj')
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  # Using a string here means the worker will not have to
 |  |  # Using a string here means the worker will not have to
 | 
											
												
													
														|  |  # pickle the object when using Windows.
 |  |  # pickle the object when using Windows.
 |