django-async-orm VS cookiecutter-django

Compare django-async-orm vs cookiecutter-django and see what are their differences.

django-async-orm

Bringing Async Capabilities to django ORM (by rednaks)

cookiecutter-django

Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly. (by cookiecutter)
Our great sponsors
  • Sonar - Write Clean Python Code. Always.
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Mergify - Updating dependencies is time-consuming.
django-async-orm cookiecutter-django
6 51
126 10,869
- 1.6%
0.0 9.5
3 months ago 1 day ago
Python Python
MIT License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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

Posts with mentions or reviews of django-async-orm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-07.

cookiecutter-django

Posts with mentions or reviews of cookiecutter-django. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-10.
  • Template for Django Projects
    3 projects | /r/django | 10 Jul 2023
    Consider taking a look at cookiecutter to generate projects from templates. There is also cookiecutter-django. As for your environment variables you should have an example .env file containing all the environment variables required by your project (without setting them) that can be safely pushed into your repository for you and other developers to copy into the actual .env file that'll be used by your project (add this file to .gitignore)
  • Django SaaS Package
    4 projects | /r/django | 25 Jun 2023
    I'm obviously biased, so take what I say with a grain of salt, but I also probably know more about this space than ~anyone else. I'd say that your characterization is pretty accurate. There are many similar products to Pegasus (you can find a pretty comprehensive list here: https://github.com/smirnov-am/awesome-saas-boilerplates) but most of them are either more focused on infrastructure/setup (e.g. cookiecutter-django or - as you noted - far less mature/maintained (most of the others on that list).
  • Is there an easy approach of deploying Celery?
    3 projects | /r/django | 9 May 2023
  • What's the most htmx-ish language for the server side?
    5 projects | /r/htmx | 7 May 2023
    Boilerplate is not in opposition to productivity. Especially when it’s all written for you, as it is in Django, Rails, etc. You can start with something like Cookiecutter Django.
  • Github CI/CD + Django
    4 projects | /r/django | 29 Apr 2023
    Strongly recommend „CookieCutter“ for Django. You can build a boilerplate starter project out of it. Add your own Apps and deploy with Docker. I use GitHub Actions SSH to my Hetzner for upload the code and build the docker-images on the server. Very easy and fast.
  • Honest opinion: Time required for this job assessment i was given. What do you think?
    3 projects | /r/django | 28 Feb 2023
    to speed things up you could get a lot of the building blocks (environments, postgres, drf, redis, containers, etc) in place by starting with cookiecutter and then customize from there.
  • Ask HN: What would be your stack if you are building an MVP today?
    47 projects | news.ycombinator.com | 26 Jan 2023
    djangox definitely looks a bit less opinionated and lighter weight than what I normally use for a starter project, which is cookiecutter-django: https://github.com/cookiecutter/cookiecutter-django

    It seems to include most everything that djangox does, and a little bit more, and with cookiecutter's setup process, you can strip out much of what you don't want/need.

  • Why are Notifications so much work to do in Django?
    5 projects | /r/django | 8 Jan 2023
    the problem is that "email notification" is not something that you can easily implement as a builtin feature since you need an external service, however in my project I used multiple time email notifications without problems: have you tried to look at how for example cookiecutter django is using Anymail?
  • Can you (developers who've worked professionally with Djano) share a Django project Dockerfile and docker-compose files with what you consider best practices?
    3 projects | /r/django | 1 Jan 2023
    For what you're interested in using, I would suggest you look at [Django Cookiecutter](https://github.com/cookiecutter/cookiecutter-django). The original creator, u/pydanny is one of the wise and experienced Django devs who has created a lot of the literature that's become standard reading in the Django-verse. Even if you don't decide to use cookiecutter-django as your base going forward, almost everything in there is a best practice method and it simply works out of the box. It's my starting point for nearly every Django project I run.
  • They're not wrong though
    2 projects | /r/ProgrammerHumor | 27 Oct 2022
    python3 -m venv env source env/bin/activate pip install cookiecutter cookiecutter https://github.com/cookiecutter/cookiecutter-django docker-compose -f local.yml build docker-compose -f local.yml up -d docker-compose -f local.yml logs -f

What are some alternatives?

When comparing django-async-orm and cookiecutter-django you can also consider the following projects:

tortoise-orm - Familiar asyncio ORM for python, built with relations in mind

django-ninja - 💨 Fast, Async-ready, Openapi, type hints based framework for building APIs

fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production

pegasus-example-apps - Example apps for Saas Pegagus (saaspegasus.com)

budibase - Budibase is an open-source low code platform that helps you build internal tools in minutes 🚀

aiosql - Simple SQL in Python

django-tailwind - Django + Tailwind CSS = 💚

cookiecutter - A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects.

boilerplate-code-django-dashboard - Boilerplate Code - Django Dashboard | AppSeed

cookiecutter-django-ecs-github - Complete Walkthrough: Blue/Green Deployment to AWS ECS using Cookiecutter-Django using GitHub actions

heroku-buildpack-python - The official Heroku buildpack for Python apps