{"id":21630446,"url":"https://github.com/selectnull/django-pyrepl","last_synced_at":"2025-05-07T05:12:01.264Z","repository":{"id":264091445,"uuid":"892339387","full_name":"selectnull/django-pyrepl","owner":"selectnull","description":"Use Python 3.13 REPL with Django shell","archived":false,"fork":false,"pushed_at":"2025-01-10T22:17:05.000Z","size":6,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T05:11:55.466Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/selectnull.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-11-21T23:37:23.000Z","updated_at":"2025-02-11T04:49:52.000Z","dependencies_parsed_at":"2024-11-22T00:34:58.486Z","dependency_job_id":null,"html_url":"https://github.com/selectnull/django-pyrepl","commit_stats":null,"previous_names":["selectnull/django-pyrepl"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selectnull%2Fdjango-pyrepl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selectnull%2Fdjango-pyrepl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selectnull%2Fdjango-pyrepl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selectnull%2Fdjango-pyrepl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/selectnull","download_url":"https://codeload.github.com/selectnull/django-pyrepl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252817649,"owners_count":21808707,"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":[],"created_at":"2024-11-25T02:10:58.280Z","updated_at":"2025-05-07T05:12:01.248Z","avatar_url":"https://github.com/selectnull.png","language":"Python","readme":"django-pyrepl\n=============\n\nYou've upgraded your Django project to Python 3.13 and want to try out the\nnew REPL. Unfortunately, it's a no go. But thankfully, Trey Hunner wrote\n[Django and the Python 3.13 REPL](https://treyhunner.com/2024/10/django-and-the-new-python-3-dot-13-repl/)\narticle in which he shows how to enable it.\n\nThis is just his idea packaged into a installable django app.\nFull credits go to Trey.\n\nWarning: This app uses unsupported `_pyrepl` module. Hopefully,\nthe future versions of Python will be supported and this app\nbecomes deprecated.\n\n## Installation\n\n```bash\nuv add django_pyrepl\n```\n\nOr if you really need to:\n\n```bash\npip install django_pyrepl\n```\n\nAfter that, simply add it to `INSTALLED_APPS` in your project `settings.py`\n\n```python\nINSTALLED_APPS = [\n    ...\n    \"django_pyrepl\",\n    ...\n]\n```\n\n## Licence\n\nMIT.\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselectnull%2Fdjango-pyrepl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fselectnull%2Fdjango-pyrepl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselectnull%2Fdjango-pyrepl/lists"}