old-website/README.md
2023-08-07 09:50:10 +01:00

343 B

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!