mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2025-10-30 16:40:27 +00:00
My websites from between 2021 to 2024
| 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!