Skip to content

delitamakanda/restaurant

Repository files navigation

Django application on Google Cloud Platform.

Introduction

django microservices python 3.9 Restaurant Tests

Restaurant application

django restaurant multi tenant application

python3 manage.py runserver

logging

>>> import structlog
>>> logger = structlog.getLogger()
>>> logger.info('hello world', key='value', more=[1,2,3]
... )
2023-06-25 21:15:19 [info     ] hello world                    key=value more=[1, 2, 3]
>>>

Links