This is the clone of the Buffer site Back-end made in Django
Find a file
dependabot[bot] fcf8107a06
Bump aiohttp from 3.9.1 to 3.9.2
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.1 to 3.9.2.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.1...v3.9.2)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-10 20:55:31 +00:00
api Add User model field and Type and Post models 2024-03-08 16:52:06 +02:00
buffer_clone_backend Add dotenv configuration 2024-03-08 17:21:56 +02:00
.gitignore Initial commit 2024-03-06 11:08:50 +02:00
.pylintrc Fixing pylance issues 2024-03-10 22:53:55 +02:00
LICENSE Initial commit 2024-03-06 11:08:50 +02:00
manage.py initial commit 2024-03-06 13:19:28 +02:00
README.md Initial commit 2024-03-06 11:08:50 +02:00
requirements.txt Bump aiohttp from 3.9.1 to 3.9.2 2024-03-10 20:55:31 +00:00

buffer_clone_backend

This is the clone of the Buffer site Back-end made in Django