{"id":16911235,"url":"https://github.com/pauloxnet/generatedfields","last_synced_at":"2025-04-11T15:52:44.590Z","repository":{"id":206066139,"uuid":"715705652","full_name":"pauloxnet/generatedfields","owner":"pauloxnet","description":"Code related to the article \"Database generated columns ⁽¹⁾: Django \u0026 SQLite\" (paulox.net), to be used to experiment with the new GeneratedField added in Django 5.0.","archived":false,"fork":false,"pushed_at":"2024-08-30T14:45:45.000Z","size":26,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T12:04:03.181Z","etag":null,"topics":["columns","database","django","sqlite"],"latest_commit_sha":null,"homepage":"https://www.paulox.net/2023/11/07/database-generated-columns-part-1-django-and-sqlite/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pauloxnet.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":"2023-11-07T17:06:11.000Z","updated_at":"2025-01-25T18:46:20.000Z","dependencies_parsed_at":"2025-02-19T16:45:00.570Z","dependency_job_id":null,"html_url":"https://github.com/pauloxnet/generatedfields","commit_stats":null,"previous_names":["pauloxnet/generatedfields"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauloxnet%2Fgeneratedfields","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauloxnet%2Fgeneratedfields/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauloxnet%2Fgeneratedfields/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauloxnet%2Fgeneratedfields/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pauloxnet","download_url":"https://codeload.github.com/pauloxnet/generatedfields/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248435568,"owners_count":21103055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["columns","database","django","sqlite"],"created_at":"2024-10-13T19:04:58.524Z","updated_at":"2025-04-11T15:52:44.566Z","avatar_url":"https://github.com/pauloxnet.png","language":"Python","readme":"# Django Generated Fields examples\n\nCode related to the article [Database generated columns ⁽¹⁾: Django \u0026 SQLite](https://www.paulox.net/2023/11/07/database-generated-columns-part-1-django-and-sqlite/), to be used to experiment with the new `GeneratedField` added in Django 5.0.\n\n[![© 2023 Paolo Melchiorre “View of clouds over the Labrador Peninsula (Canada) taken from a commercial flight.”](https://www.paulox.net/images/derivatives/wide/1050w/1000014469-01.webp \"© 2023 Paolo Melchiorre CC BY-NC-SA “© 2023 Paolo Melchiorre “View of clouds over the Labrador Peninsula (Canada) taken from a commercial flight.”\")](https://www.paulox.net/2023/11/07/database-generated-columns-part-1-django-and-sqlite/)\n\n\u003e View of clouds over the Labrador Peninsula (Canada) taken from a commercial flight.\n\n## 💻 Set Up\n\n### ⚗️ Virtual environment\n\nCreating and activating the virtual environment:\n\n```console\n$ python3 -m venv .venv\n$ source .venv/bin/activate\n```\n\n### 🦄 Django\n\nInstalling the latest version of Django (tested with Django 5.0-5.1):\n\n```console\n$ python -m pip install -r requirements.txt\n```\n\n## 🐚 Shell\n\nStart the shell with the command:\n\n```console\n$ python -m manage shell\n```\n\n## 🔬 Tests\n\nRunning the defined tests:\n\n```console\n$ python -m manage test\n```\n\n## ⚖️ License\n\nThe **Django Generated Fields examples** project is licensed under the [MIT License](https://github.com/pauloxnet/generatedfields/blob/main/LICENSE).\n\n## 👥 Authors\n\n### 👤 Paolo Melchiorre\n\n- 🌍 Blog: [www.paulox.net](https://www.paulox.net)\n- 🐙 Github: [@pauloxnet@github.com](https://github.com/pauloxnet)\n- 🦣 Mastodon: [@paulox@fosstodon.org](https://fosstodon.org/@paulox)\n- 🐦️ Twitter: [@pauloxnet@twitter.com](https://twitter.com/pauloxnet)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpauloxnet%2Fgeneratedfields","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpauloxnet%2Fgeneratedfields","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpauloxnet%2Fgeneratedfields/lists"}