26
27
28
29
30
31
 
 

Via https://mastodon.cloud/@radiac/112641898082821618

In my experience flask is great until it isn't - I've seen quite a few projects which outgrew it, and the lack of django's batteries and guard rails left a maintenance nightmare. Not sure if it'll be helpful, but as a result I wrote nanodjango, which lets you write a django site in a single file, then convert it to a full project if you outgrow it.

32
 
 

DEFNA: Django Events Foundation North America

Via Django News #238

33
34
35
submitted 2 years ago by to c/django@programming.dev
 
 

I've used django CMS for a few projects and I'm quite happy with it. I've been wondering what wagtail has to offer that sets it apart from django CMS. I installed it some time ago but didn't dive very deep.

So what are the strengths and weaknesses of both systems?

36
37
38
39
40
 
 

I ran across this while looking for tools to provide something like the raw_id_fields widget in Django's list admin view. This post is a few years old at this point, but I think the solution it contains still works pretty well (caveat: I haven't tried it yet).

I also enjoyed the author's take on the conversation with support. I can definitely relate to that.

41
 
 

This article is several months old, but if you're like me and missed some of the new changes, it was a nice surprise, with things like generated fields and fields with database default values (as opposed to the existing Python default values).

42
43
submitted 2 years ago by [M] to c/django@programming.dev
44
 
 
45
46
47
48
Django REST framework: 3.15 Announcement (www.django-rest-framework.org)
submitted 2 years ago by [M] to c/django@programming.dev
 
 

Via the excellent Django News #224

49
50
view more: ‹ prev next ›