celery
Here are 1,603 public repositories matching this topic...
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
-
Updated
Jun 24, 2022 - Python
Real-time monitor and web admin for Celery distributed task queue
-
Updated
Jun 20, 2022 - Python
Celery Periodic Tasks backed by the Django ORM
-
Updated
Jun 21, 2022 - Python
An information security preparedness tool to do adversarial simulation.
-
Updated
Apr 1, 2019 - Python
Jasmin - Open source SMS gateway
-
Updated
Jun 23, 2022 - Python
Celery client for Node.js
-
Updated
May 1, 2020 - JavaScript
A production ready example Django app that's using Docker and Docker Compose.
-
Updated
Jun 10, 2022 - Shell
Full stack, modern web application generator. Using Flask, PostgreSQL DB, Docker, Swagger, automatic HTTPS and more.
-
Updated
Feb 7, 2020 - Python
Companion code to my PyCon 2016 "Flask at Scale" tutorial session.
-
Updated
Jun 2, 2022 - Python
Celery result back end with django
-
Updated
Jun 22, 2022 - Python
A Celery like task manager that distributes Asyncio coroutines
-
Updated
May 27, 2020 - Python
A Python framework based on Flask microframework, with preconfigured user accounts, registration,authentication, caching, Redis, Celery, and best practices in mind.
-
Updated
Nov 21, 2021 - CSS
-
Updated
Jun 28, 2022 - Rust
An asynchronous enumeration & vulnerability scanner. Run all the tools on all the hosts.
-
Updated
Mar 24, 2021 - Python
Improve this page
Add a description, image, and links to the celery topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the celery topic, visit your repo's landing page and select "manage topics."


Hi All,
Firstly thanks for this repo, it's amazing and as you well know saves countless hours (first time using it).
Usually when I setup my django with docker projects I do it in such a way that I exec into the container
docker exec -it django bashand then run management commandspython manage.py migrateThis wasn't working (I was getting a DATABASE_URL missing error), and after so