my_technology_stack = {
- "language": ("python", ),
- "framework": ("django", "wagtail", "django-rest-framework", ),
- "database": ("sqlite", "postgreqsl", "mysql", "mariadb", ),
- "os": ("windows", "linux", ),
- "container": ("docker", "docker-compose", ),
- "server": ("ngnix", "gunicorn", "heroku", ),
- "cloud": ("yandex.cloud", ),
- "tests": ("unittest", "pytest", "doctest", ),
- "tokens": ("jwt", "django-rest-authtoken", "djoser", ),
- "front": ("html", "css", "bootstrap", ),
}