django-async-orm
docker-django-example
Our great sponsors
django-async-orm | docker-django-example | |
---|---|---|
6 | 43 | |
126 | 991 | |
- | - | |
0.0 | 0.0 | |
3 months ago | 15 days ago | |
Python | Python | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
django-async-orm
- Django 4.0 Released
-
Show HN: Django Async ORM
I'm not sure if its official. Would love some more guidance/clarity/docs/funding from the django foundation on what it looks like to migrate legacy code to the new ways.
The rednaks repo works great for just giving the new async stuff a go. If everything else is also using async.
I did some experimentation with this. And its a pain trying to migrate a production application that uses gevent and psycogreen2.
The documentation on the code migration path is pretty sparse.
The main hiccup that I ran into was psycogreen2 not being supported.
https://stackoverflow.com/questions/67735453/django-async-or...
- Django 4.0 release candidate 1 released
docker-django-example
-
Working with Docker Containers Made Easy with the Dexec Bash Script
- https://github.com/nickjj/docker-django-example
-
Django Local to Production - FTP or what ?
Lots of handy stuff in this Django and Docker example project https://github.com/nickjj/docker-django-example He does a good course about Docker too.
- Looking to use Docker & Docker Compose in production and need advice.
-
How to Dockerize any Django Application: A Step-by-Step Tutorial
On a positive note, I would recommend perhaps looking at https://github.com/nickjj/docker-django-example for a good, somewhat beginner guide for django + docker work.
-
What is your development cycle when using docker and containers? What's the general flow between developing locally and running the containers to test.
I put together https://github.com/nickjj/docker-django-example which pulls together a typical Django set up using Gunicorn, Celery, Postgres, Redis, esbuild and Tailwind.
-
Minimalist Django starter Template with Docker for both production and local
You could try https://github.com/nickjj/docker-django-example
-
How big is generally your docker image ?
About ~400mb.
- docker-compose file repository?
-
Django Docker Containers and good example projects
Nick Janetakis's post Best Practices Around Production Ready Web Apps with Docker Compose has great tips, and he also has a Django-specific example project that's frequently updated, which is brilliant to learn from.
-
This Week in Python
docker-django-example – A production ready example Django app that's using Docker and Docker Compose
What are some alternatives?
tortoise-orm - Familiar asyncio ORM for python, built with relations in mind
fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production
Poetry - Python packaging and dependency management made easy
Tailwind CSS - A utility-first CSS framework for rapid UI development.
django-ninja - 💨 Fast, Async-ready, Openapi, type hints based framework for building APIs
aiosql - Simple SQL in Python
Django - The Web framework for perfectionists with deadlines.
celery - Distributed Task Queue (development branch)
headwind - An opinionated Tailwind CSS class sorter built for Visual Studio Code
cookiecutter-django - Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
launchr - Launchr is an open source SaaS starter kit, based on Django.
full-stack-fastapi-postgresql - Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.