This is the clone of the Buffer site Back-end made in Django
Find a file
dependabot[bot] 250f877927
Bump starlette from 0.31.1 to 0.36.2
Bumps [starlette](https://github.com/encode/starlette) from 0.31.1 to 0.36.2.
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](https://github.com/encode/starlette/compare/0.31.1...0.36.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-10 20:55:11 +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 starlette from 0.31.1 to 0.36.2 2024-03-10 20:55:11 +00:00

buffer_clone_backend

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