#
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.
python
letsencrypt
docker
json
jwt
vue
frontend
backend
json-schema
postgresql
swagger
vuex
cookiecutter
openapi
python3
celery
traefik
pgadmin
openapi3
fastapi
-
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.
python
redis
yaml
security
vagrant
networking
uber
virtualbox
simulation
network
celery
infosec
adversarial
-
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.
python
api
letsencrypt
docker
flask
sqlalchemy
jwt
angular
generator
postgresql
swagger
cookiecutter
marshmallow
celery
traefik
swarm-mode
pgadmin
apispec
token-authetication
webargs
-
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.
mysql
css
python
docker
redis
flask
sqlalchemy
vue
docker-compose
hackathon
postgresql
parcel
saas
celery
webframework
-
Updated
Nov 21, 2021 - CSS
-
Updated
Jun 28, 2022 - Rust
An asynchronous enumeration & vulnerability scanner. Run all the tools on all the hosts.
screenshot
spider
subdomain
enumeration
nmap
celery
nessus
scanning
nikto
virtual-hosts
vulnerability-scanners
vulnerability-assessment
gobuster
-
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 bash
and then run management commandspython manage.py migrate
This wasn't working (I was getting a DATABASE_URL missing error), and after so