Go to file
2023-09-09 23:43:26 +03:00
.github/workflows Created karbs auto clone 2023-07-14 00:36:59 +03:00
src Update pyproject.toml 2023-09-09 23:43:26 +03:00
.gitignore Added config.json 2023-07-14 00:43:26 +03:00
config.json Added config.json 2023-07-14 00:43:26 +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 Update pyproject.toml 2023-09-09 23:43:26 +03:00
README.md Update pyproject.toml 2023-09-09 23:43:26 +03: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.

Development server

Install packages from requirements.txt.

pip install --upgrade pip -r requirements.txt

Start localhost.

./manage.py runserver