My websites from between 2021 to 2024
Find a file
dependabot[bot] ad327e0091
Bump django from 4.2.3 to 4.2.7
Bumps [django](https://github.com/django/django) from 4.2.3 to 4.2.7.
- [Commits](https://github.com/django/django/compare/4.2.3...4.2.7)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-14 12:58:28 +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 Bump django from 4.2.3 to 4.2.7 2023-11-14 12:58:28 +00:00
pyproject.toml Bump django from 4.2.3 to 4.2.7 2023-11-14 12:58:28 +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!