{"id":17549038,"url":"https://github.com/malthe/django-process-tools","last_synced_at":"2025-06-24T15:37:40.048Z","repository":{"id":878232,"uuid":"621724","full_name":"malthe/django-process-tools","owner":"malthe","description":"Process-based WSGI application host for Django.","archived":false,"fork":false,"pushed_at":"2010-04-27T12:30:18.000Z","size":108,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T06:42:15.824Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":"Unmaintained","scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/malthe.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","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":"2010-04-21T15:06:13.000Z","updated_at":"2018-05-15T07:12:05.000Z","dependencies_parsed_at":"2022-08-16T11:25:06.122Z","dependency_job_id":null,"html_url":"https://github.com/malthe/django-process-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/malthe/django-process-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malthe%2Fdjango-process-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malthe%2Fdjango-process-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malthe%2Fdjango-process-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malthe%2Fdjango-process-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malthe","download_url":"https://codeload.github.com/malthe/django-process-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malthe%2Fdjango-process-tools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261704425,"owners_count":23197160,"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-10-21T02:49:34.553Z","updated_at":"2025-06-24T15:37:40.026Z","avatar_url":"https://github.com/malthe.png","language":"Python","readme":"Overview\n========\n\nThis package enables you to test, manage and run Django applications\nin their own process space.\n\nTesting\n-------\n\nSimply inherit your test case class from\n``dpt.testing.FunctionalTestCase`` instead of ``unittest.TestCase``.\n\nThis will cause the testrunner to start a new process and run the test\nin isolation. Test results will appear exactly the same.\n\nNote that this will set up the default Django settings environment\n``django.conf.global_settings`` with a SQLite in-memory database.\n\nRunning an application\n----------------------\n\nFor a general introduction to PasteDeploy consult its `documentation\n\u003chttp://pythonpaste.org/deploy/\u003e`_.\n\nSample configuration ``deploy.ini``::\n\n  [app:my-django-app]\n  use = egg:django-process-tools#app\n  settings = %(here)s/settings.py\n\n  [composite:main]\n  use = egg:Paste#urlmap\n  / = my-django-app\n\n  [server:main]\n  use = egg:Spawning\n  host = 0.0.0.0\n  port = 8080\n  processes = 4\n  threadpool_workers = 1\n\nNote the reference to the ``settings.py`` file which in this example\nresides in the same directory (the ``here`` variable is substituted\nwith the local directory).\n\nTo run the application we use `PasteScript\n\u003chttp://pythonpaste.org/script/\u003e`_ with the ``serve`` command::\n\n  $ paster serve deploy.ini\n\nManagement\n----------\n\nThe ``manage`` command mimicks Django's ``manage.py`` script. Here's\nan example of an invocation of the ``syncdb`` command::\n\n  $ paster manage deploy.ini my-django-app syncdb\n\nTo show all commands::\n\n  $ paster manage deploy.ini my-django-app help\n\nNote that if the application name is ``main`` (this short-hand is used\nin general with the Paste system), the command is just::\n\n  $ paster manage deploy.ini syncdb\n\nSupport\n-------\n\nThis software is kept in source control: `git repository\n\u003chttp://github.com/malthe/django-process-tools\u003e`_.\n\nFor support please log on to ``irc.freenode.net`` and join\n``#repoze``.\n\nLicense\n-------\n\nThis software is made available as-is under the BSD license.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalthe%2Fdjango-process-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalthe%2Fdjango-process-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalthe%2Fdjango-process-tools/lists"}