Fluffy's main page, most code is uploaded here
Find a file
2024-04-17 09:12:30 +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 Upgrade Gunicorn 2024-04-17 09:12:30 +00:00
pyproject.toml Upgrade Gunicorn 2024-04-17 09:12:30 +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!