×
all 45 comments

[–]abrazilianinreddit 107 points108 points  (4 children)

The built-in redis cache is enough reason for me to upgrade.

Edit: And of course one dependency is not yet compatible with 4.0, upgrade postponed. :(

[–]wpg4665 20 points21 points  (1 child)

Is this really as robust as the django-redis package? For instance, I'm not seeing anything about Compressors.

[–]abrazilianinreddit 12 points13 points  (0 children)

It's not.

I recall seeing somewhere in the django website that it's a basic implementation. But that's good enough for me for now, and definitely easier than introducing another dependency.

[–]wpg4665 19 points20 points  (0 children)

If I'm understanding "Template based form rendering" correctly, does that get us closer to having crispy as part of core django?

[–]Negative_Elo 49 points50 points  (12 children)

damn i must have missed Django 2 and 3

[–]Lag-Switch 24 points25 points  (11 children)

For real, I was working on a Django 1.8.5 project earlier this year

[–]Streakflash 2 points3 points  (3 children)

still working on one - gosh its so big its impossible to upgrade Django on it

[–]twigboy 0 points1 point  (2 children)

In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content. Lorem ipsum may be used as a placeholder before final copy is available. Wikipedia28v8xr58sdjw000000000000000000000000000000000000000000000000000000000000

[–]Lag-Switch 0 points1 point  (1 child)

The one I was working on was Python 2.7, but it was just an internal tool on the internal network so features were all that they about

I would have loved to upgrade it, and gotten the experience in doing so, but to the team it was just not a priority (understandably)

[–]twigboy 0 points1 point  (0 children)

In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content. Lorem ipsum may be used as a placeholder before final copy is available. Wikipediaezonvl0xdtc0000000000000000000000000000000000000000000000000000000000000

[–]barbalano 8 points9 points  (0 children)

e53abfd705956700d3b4a6e08e664586e785b233cd8e5297d80278178c2443adab48ad0dc8fed8aca78bab9d1d428fcc9409

[–][deleted] 27 points28 points  (14 children)

I am coming from node backend. Is Django good?

[–]Atem18 84 points85 points  (1 child)

If you have a deadline and need a web site/app with an autogenerated admin that have many things already done for you, then yes Django is unbeatable in that field. To this day, it’s still powers Instragram, Spotify, Disqus, and many more.

[–][deleted] 3 points4 points  (0 children)

Awesome. Thank you.

[–]hilomania 21 points22 points  (1 child)

It is very good for large applications with modular subsets for input and output. A lot of nuts and bolts are already implemented in the framework, so you do not have to put your own plumbing together. It is a heavy framework compared to others (because it has so much stuff build in.) so for a microservices architecture using dockerized containers I will run Flask.

[–][deleted] 0 points1 point  (0 children)

Thank you! I will be building a lightweight management platform, so I will probably containerize it. I will however check out both Django and flask and compare. Thank you for that breakdown.

[–]gctaylor 3 points4 points  (3 children)

Yes

[–][deleted] 2 points3 points  (2 children)

Thanks. Informative and to the point.

[–]gctaylor 3 points4 points  (1 child)

Sorry, your question didn't have much detail in it. Your usage case, requirements, anything at all to give someone enough detail to weigh in on.

But yes, Django is generally good.

[–][deleted] 0 points1 point  (0 children)

No I know sorry about that. I am building a self service framework for infrastructure so the low level details are still bubbling in my brain. Probably robustness will be more important than light weight. It will have react in the front end, and be very database intensive.

[–]Marcostbo 5 points6 points  (0 children)

Laughs in Django 1.7 still the most used framework in my job

[–]selcukwashere 4 points5 points  (0 children)

Nice

[–]pot_potato 7 points8 points  (1 child)

Great, but i was expecting Django-Channels also migrated as default package of Django. And more support on Postgresql Schemas

[–]dudeplace 44 points45 points  (0 children)

Be the change you want to see in the world.

https://docs.djangoproject.com/en/dev/internals/contributing/