mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2024-12-26 17:26:06 +00:00
a04f148312
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> |
||
---|---|---|
articles | ||
media | ||
static | ||
templates | ||
website | ||
.deepsource.toml | ||
.gitignore | ||
manage.py | ||
poetry.lock | ||
pyproject.toml | ||
README.md | ||
run.sh |
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!