#๐Ÿ”’ University Django Project - Email Marketing

5 messages ยท Page 1 of 1 (latest)

obtuse bear
#

I'm a beginner with Django but have some experience with Python. I want to create a simple email marketing project that sends bulk emails at specific time intervals or uses task queues and rate limits using Celery . The main features I have in mind are:

  1. Uploading a CSV file with email addresses.
  2. A simple user-authenticated dashboard for managing email campaigns.
  3. Sending emails in bulk according to a schedule.

I am lost since I have never worked on a Django Project.
If you could help me build this project and also answer some of the following questions as well, it would mean a lot.

  1. How realistic is it to build this project as a beginner in Django? What challenges might I face?
  2. How long might it take to create this project? I'm trying to estimate the development time for my proposal.
  3. What costs might be involved? For example, are there any paid services or tech I should consider?

Any tips, resources, or suggestions for breaking this project down would be greatly appreciated. Thank you!

vernal rockBOT
#

@obtuse bear

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

west cosmos
#

This is a bit more complex for a first time project in django
usually the "hello world project" of a backend framework is a very simple CRUD blog app

Firstly you would need to learn django , it all depends on your speed of learning , i would give it at least a month to understand how it works well

the "how long will it take to make this " also loops back to how fast you can learn it . I wouldnt be so sure to get it done within a month (assuming you know some python and dont know django and i am kind of being generous with 1 month here , you might or will need more than that )

about the costs, maybe you wanna look up about email servers since you might need that

vernal rockBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.