Simple homepage that can be used for blogging
Yet to come
git clone git@github.com:lukasboehm97/pk_webpage.git
cd pk_webpage
apt install python3-venv
python3 -m venv .venv
source .venv/bin/activate
pip install django
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver