This is the clone of the Buffer site Back-end made in Django
Find a file
dependabot[bot] 805cc218ef
Bump django from 5.0.1 to 5.0.2
Bumps [django](https://github.com/django/django) from 5.0.1 to 5.0.2.
- [Commits](https://github.com/django/django/compare/5.0.1...5.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-10 20:55: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 django from 5.0.1 to 5.0.2 2024-03-10 20:55:27 +00:00

buffer_clone_backend

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