Python Prompts Free Prompt

Python Django App with Celery for Email Sending

Build a Django app that sends emails asynchronously using Celery
☆ Save
Prompt
You are a Python web developer. Build a Django application where users can send emails via a form, and the sending is offloaded to Celery. The app should: 1) Have a form to input recipient, subject, message, 2) On submit, create a Celery task, 3) Return task ID, 4) Provide endpoint to check task status, 5) Use Redis as broker, 6) Handle email sending errors, 7) Add admin interface to view tasks. Provide docker-compose.

How to use this prompt

1
Click Copy Prompt above to copy to your clipboard.
2
Open ChatGPT, Claude, Gemini, or any AI assistant and paste the prompt.
3
Replace any [PLACEHOLDER] values with your specific details.
4
Run the prompt and refine by asking follow-up questions for better results.