Go to file
2023-07-14 00:36:02 +03:00
.github/workflows Reformated project structure 2023-07-14 00:36:02 +03:00
src Reformated project structure 2023-07-14 00:36:02 +03:00
.gitignore Reformated project structure 2023-07-14 00:36:02 +03:00
config.json.example Reformated project structure 2023-07-14 00:36:02 +03:00
LICENSE Update LICENSE 2023-02-22 22:24:17 +02:00
pyproject.toml Reformated project structure 2023-07-14 00:36:02 +03:00
README.md Added run command 2023-01-23 00:31:31 +02:00
requirements_dev.txt Reformated project structure 2023-07-14 00:36:02 +03:00
requirements.txt Reformated project structure 2023-07-14 00:36:02 +03:00

Kristofers Solo website

Portfolio build using django.

Lint

Development server

Install packages from requirements.txt.

pip install --upgrade pip -r requirements.txt

Start localhost.

./manage.py runserver