https://github.com/sibyx/jakubtoth.sk
Jakub Toth Portfolio
https://github.com/sibyx/jakubtoth.sk
Last synced: 8 months ago
JSON representation
Jakub Toth Portfolio
- Host: GitHub
- URL: https://github.com/sibyx/jakubtoth.sk
- Owner: Sibyx
- Created: 2025-01-31T16:20:42.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-01-31T18:04:12.000Z (9 months ago)
- Last Synced: 2025-01-31T18:35:30.529Z (9 months ago)
- Language: Python
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jakubtoth.sk
Jakub Toth personal portfolio with administration using Django Admin.
## Install
We use [poetry](https://python-poetry.org/) for dependency management and [PostgreSQL](https://www.postgresql.org/) 17
(10+ should be compatible) as a data storage (acquisition files are stored on the filesystem, not in the database).
To set up instance with demo database follow these simple steps:1. Create python virtual environment (`python -m venv venv`)
2. Enter environment (`source venv/bin/activate`)
3. Install dependencies `poetry install`
4. Create `.env` file according `.env.example`
5. Execute migrations `python manage.py migrate`
6. Create superuser using `python manage.py createsuperuser`---
Made with ❤️ and ☕️ Jakub Dubec (c) 2022-2025