Fluffy's main page, most code is uploaded here
Find a file
dependabot[bot] a04f148312
Bump pillow from 9.5.0 to 10.0.1
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.0 to 10.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.5.0...10.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-04 09:03:19 +00:00
articles style: format code with black 2023-09-08 13:10:37 +00:00
media :3 2023-06-19 19:08:23 +00:00
static Add cross-eye gift art 2023-09-23 20:36:21 +01:00
templates IDs on images 2023-09-23 20:41:37 +01:00
website style: format code with black 2023-09-08 13:10:37 +00:00
.deepsource.toml ci: Add .deepsource.toml 2023-09-08 13:10:22 +00:00
.gitignore :3 2023-06-19 19:08:23 +00:00
manage.py :3 2023-06-19 19:08:23 +00:00
poetry.lock Bump pillow from 9.5.0 to 10.0.1 2023-10-04 09:03:19 +00:00
pyproject.toml Bump pillow from 9.5.0 to 10.0.1 2023-10-04 09:03:19 +00:00
README.md Update README.md 2023-08-07 09:50:10 +01:00
run.sh Bump Django to 4.2.2 -> 4.2.3 2023-07-11 22:12:32 +00:00

My little Django website + blog

Installation

Clone this repo and cd into it

Install dependencies

poetry update

First time setup

poetry run python3 manage.py createsuperuser

Running

poetry run gunicorn -w 4 -b :6969 --chdir /var/www/html/Fluffys-website website.wsgi:application

ok bye!