{"id":19864842,"url":"https://github.com/andisugandi/portepel","last_synced_at":"2026-04-21T05:31:46.646Z","repository":{"id":43248714,"uuid":"183342085","full_name":"andisugandi/portepel","owner":"andisugandi","description":"A simple image gallery as a personal portfolio web site built with Django web framework","archived":false,"fork":false,"pushed_at":"2023-10-03T21:25:34.000Z","size":9677,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-12T21:54:45.531Z","etag":null,"topics":["django","python","web"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andisugandi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-25T02:34:52.000Z","updated_at":"2019-06-10T23:00:00.000Z","dependencies_parsed_at":"2025-01-11T15:46:01.780Z","dependency_job_id":null,"html_url":"https://github.com/andisugandi/portepel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andisugandi/portepel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andisugandi%2Fportepel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andisugandi%2Fportepel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andisugandi%2Fportepel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andisugandi%2Fportepel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andisugandi","download_url":"https://codeload.github.com/andisugandi/portepel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andisugandi%2Fportepel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32078753,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T02:38:07.213Z","status":"ssl_error","status_checked_at":"2026-04-21T02:38:06.559Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","python","web"],"created_at":"2024-11-12T15:19:55.229Z","updated_at":"2026-04-21T05:31:46.617Z","avatar_url":"https://github.com/andisugandi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Portepel\n\nPortepel is a simple Django (web) application built to provide simple image gallery as a personal portfolio web site. This web app is built based on awesome tutorial: [Building a Personal Portfolio with Django](https://www.lynda.com/Django-tutorials/Building-Personal-Portfolio-Django/761962-2.html), and using PostgreSQL as its RDBMS.\n\n## Getting Started\n\n1. Make sure Python 3.x, `venv` module, and PostgreSQL server are already installed and running/setup correctly.\n\n2. Create Python virtual environment and then activate it as shown in [Installing packages using pip and virtual environments](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/) tutorial.\n\n3. Let's suppose your working directory right now is your user home directory, so clone the repository:\n\n        $ cd\n        $ git clone https://github.com/andisugandi/portepel.git\n\n4. Change working directory to `portepel`:\n\n        $ cd portepel\n\n5. Change DATABASE configuration in `portfolio/settings.py` file:\n\t```python\n\tDATABASES = {\n\t    'default': {\n\t        'ENGINE': 'django.db.backends.postgresql',\n\t\t'NAME': 'youtpostgresqldb',\n\t\t'USER':'yourpostgresqluser',\n\t\t'PASSWORD':'yourpostgresqluserpassword',\n\t\t'HOST':'127.0.0.1',\n\t\t'PORT':'5432',\n\t    }\n\t}\n\t```\n\n6. Install Python modules required, and run the server:\n\n        $ pip install -r requirements.txt\n        $ python manage.py runserver\n\n7. Using web browser, go to `http://127.0.0.1:8000` and you'll see the application running\n\n8. Login to Django Admin: `http://127.0.0.1:8000/admin` to start uploading portfolio content and image.\n\n## Demo\n[![Web Apps of Galeri Data SQM](https://img.youtube.com/vi/tvdV1UAr564/0.jpg)](https://www.youtube.com/watch?v=tvdV1UAr564)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandisugandi%2Fportepel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandisugandi%2Fportepel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandisugandi%2Fportepel/lists"}