DDC ko expansion Kathmandu mai matra kina?

DDC ko expansion Kathmandu mai matra kina?

I saw the recent news that DDC is preparing around 30 dedicated outlets across Kathmandu Valley.

And honestly, I have mixed feelings about it.

Yes, Kathmandu has the biggest market. Yes, DDC needs better sales. And yes, Balen's promotion proved that DDC products can get huge attention.

But if the goal is to make DDC a strong national dairy brand, shouldn't the expansion strategy also prioritize major cities outside the Valley?

Think about cities like Biratnagar, Itahari, Dharan, Bharatpur, Butwal, Nepalgunj, Hetauda, Pokhara.

Why shouldn't people there have the same experience of walking into a proper DDC outlet and getting the full range of DDC products?

DDC already has distribution outside the Valley, so I am not saying there is zero presence outside Kathmandu.

My question is about priority and investment.

Why put such a big dedicated-outlet push into Kathmandu Valley while other major cities are still waiting?

If DDC belongs to Nepal, shouldn't DDC expand like it belongs to Nepal?

What do people outside Kathmandu think?

u/Federal-Comfort-4301 — 3 days ago

[For Hire] Most freelancers ship whatever gets accepted. I ship what I'd actually put my name on.

That's the difference - I turn down work that's a bad fit rather than just take everything for the paycheck. If you've hired freelancers before and got rushed, half-finished code back, that's the gap I'm trying to close.

I handle backend, frontend, and deployment myself no juggling three different people for one project.

Stack: Python/Django, React/Next.js, PostgreSQL, AWS, Docker, CI/CD
Rate: $15-25/hr (open to project-based too)
Availability: 25-40 hrs/week
Timezone: Nepal (GMT+5:45), flexible overlap

DMs open if your project needs someone who actually cares how it turns out.

reddit.com
u/Federal-Comfort-4301 — 14 days ago
▲ 82 r/djangolearning+1 crossposts

Django 6.1 deprecates EMAIL_BACKEND — migration guide to the new MAILERS setting

Upgraded one of my Django projects to 6.1 this week and my terminal

threw a warning I hadn't seen before — turns out EMAIL_BACKEND is

now deprecated.

Django replaced it with a new MAILERS setting. Same idea as

DATABASES or CACHES — one dict, instead of ten separate EMAIL_*

settings scattered around. Old settings still work for now, just

with warnings. They'll stop working completely in Django 7.0.

The neat part: you can set up more than one mailer now. So if you

send order emails through SES but marketing emails through

Mailgun, you can switch between them with one argument instead of

writing custom code for it.

Wrote up the full before/after with a settings table, in case it

saves someone the confusion I had: https://medium.com/@munalpoudel3/django-email-backend-is-deprecated-heres-how-to-fix-it-django-6-1-mailers-guide-4c9182e82d33?sharedUserId=munalpoudel3

Anyone here already tried this with django-anymail? Wondering if

it just works or needs an update first.

u/Federal-Comfort-4301 — 14 days ago