Skip to content

Instantly share code, notes, and snippets.

@antunesleo
Last active May 12, 2023 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antunesleo/771068a0766cb1b907a385560483ea0b to your computer and use it in GitHub Desktop.
Save antunesleo/771068a0766cb1b907a385560483ea0b to your computer and use it in GitHub Desktop.
├── notes
│ ├── admin.py
│ ├── apps.py
│ ├── __init__.py
│ ├── kafka_producer.py
│ ├── migrations
│ │ ├── 0001_initial.py
│ │ ├── __init__.py
│ ├── models.py
│ ├── tests.py
│ ├── urls.py
│ └── views.py
├── requirements.txt
└── outboxexample
├── asgi.py
├── __init__.py
├── settings.py
├── urls.py
└── wsgi.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment