Django

447 readers
2 users here now

Django Project

Django Community

Django Ecosystem

Jobs
Learning/Docs
Podcasts:
Related Fediverse communities
Feeds

founded 2 years ago
MODERATORS
51
-1
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 
 

I recently deployed my django app to production. So I thought I'd write a guide on how to do that.

Hope this helps some django people out

Any feedback is greatly appreciated!

52
53
54
55
56
57
58
59
60
61
62
 
 

Hey everyone, Just wanted to share a django docker template I have created.

Techstack:

  1. Django
  2. Postgres
  3. Nginx
  4. Gunicorn
  5. Certbot

https://github.com/alexdeathway/headstart-django

63
11
Django 5.1 released (www.djangoproject.com)
submitted 6 months ago by [email protected] to c/[email protected]
64
65
66
67
68
69
70
 
 

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.

71
 
 

DEFNA: Django Events Foundation North America

Via Django News #238

72
73
74
 
 

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?

75
view more: ‹ prev next ›