Fluffy's main page, most code is uploaded here
Find a file
2023-09-08 14:09:00 +01:00
articles :3 2023-06-19 19:08:23 +00:00
media :3 2023-06-19 19:08:23 +00:00
static General fixes and updates 2023-09-08 14:08:29 +01:00
templates General fixes and updates 2023-09-08 14:08:29 +01:00
website oops 2023-09-08 14:09:00 +01: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 Django to 4.2.2 -> 4.2.3 2023-07-11 22:12:32 +00:00
pyproject.toml Yeet docker!!!! 2023-06-19 16:48:32 +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!