This is the clone of the Buffer site Back-end made in Django
Find a file
dependabot[bot] 7d07e6d3d8
Bump paramiko from 2.12.0 to 3.4.0
Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.12.0 to 3.4.0.
- [Commits](https://github.com/paramiko/paramiko/compare/2.12.0...3.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-10 20:54:27 +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 paramiko from 2.12.0 to 3.4.0 2024-03-10 20:54:27 +00:00

buffer_clone_backend

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