{"id":15426311,"url":"https://github.com/vtbassmatt/django-commander","last_synced_at":"2026-05-06T07:32:59.703Z","repository":{"id":57419447,"uuid":"163696343","full_name":"vtbassmatt/django-commander","owner":"vtbassmatt","description":"Run Django manage.py commands from the web","archived":false,"fork":false,"pushed_at":"2018-12-31T20:52:21.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-08T13:05:15.819Z","etag":null,"topics":["django","python","web"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vtbassmatt.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}},"created_at":"2018-12-31T20:41:21.000Z","updated_at":"2018-12-31T20:52:23.000Z","dependencies_parsed_at":"2022-09-10T11:21:14.369Z","dependency_job_id":null,"html_url":"https://github.com/vtbassmatt/django-commander","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtbassmatt%2Fdjango-commander","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtbassmatt%2Fdjango-commander/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtbassmatt%2Fdjango-commander/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtbassmatt%2Fdjango-commander/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vtbassmatt","download_url":"https://codeload.github.com/vtbassmatt/django-commander/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245972669,"owners_count":20702721,"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":["django","python","web"],"created_at":"2024-10-01T17:55:27.130Z","updated_at":"2026-05-06T07:32:59.674Z","avatar_url":"https://github.com/vtbassmatt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Commander\n\nRun Django `manage.py` commands from the web.\nThis is mainly useful in situations where you can't easily SSH into your host.\nFor example, if you use [azf-wsgi](https://github.com/vtbassmatt/azf-wsgi) to run Django on Azure Functions.\n\n## Configuration\n\n1. Add `commander` to your `INSTALLED_APPS`.\n2. Add `COMMANDER_KEY` to your settings. This should be a reasonably secure key, which you'll use in lieu of real authentication 😱\n3. `from commander import commander_urls` and add `path('commander/', commander_urls),` to your URLconf.\n4. Navigate to `http://yourserver/yourapp/commander/?key={COMMANDER_KEY}`.\n5. Do whatever config you need to do.\n6. Change `COMMANDER_KEY` explicitly to `None` to disable management 😌\n\n## Contributing\n\nContributions welcome. Be kind to one another.\n\nTo develop locally, first make a virtualenv.\nThen cd into `dev/` and `pip install -e ../src`.\nThen `pip install django` and off you go.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvtbassmatt%2Fdjango-commander","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvtbassmatt%2Fdjango-commander","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvtbassmatt%2Fdjango-commander/lists"}