{"id":17004174,"url":"https://github.com/zerc/django-test-job","last_synced_at":"2026-04-12T18:59:14.349Z","repository":{"id":137743746,"uuid":"11386321","full_name":"zerc/django-test-job","owner":"zerc","description":"Just a test job to show example of my code.","archived":false,"fork":false,"pushed_at":"2013-08-29T15:45:40.000Z","size":1072,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T16:32:00.701Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zerc.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":"2013-07-13T10:06:04.000Z","updated_at":"2013-10-06T11:29:43.000Z","dependencies_parsed_at":"2023-03-13T10:56:01.603Z","dependency_job_id":null,"html_url":"https://github.com/zerc/django-test-job","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zerc/django-test-job","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerc%2Fdjango-test-job","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerc%2Fdjango-test-job/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerc%2Fdjango-test-job/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerc%2Fdjango-test-job/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zerc","download_url":"https://codeload.github.com/zerc/django-test-job/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerc%2Fdjango-test-job/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007833,"owners_count":26084368,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-14T04:42:55.569Z","updated_at":"2025-10-11T16:32:06.197Z","avatar_url":"https://github.com/zerc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Django small test job\n=====================\n\nJust a test job to show example of my code.\n\n### Install\n    sudo apt-get install python-pip, sqlite3\n    sudo pip install virtualenv\n\n    git clone git@github.com:zerc/django-test-job.git test-django-job\n    cd test-django-job\n    virtualenv venv\n    . venv/bin/activate\n    pip install -r pip.req\n\nAdd superuser:\n\n    ./manage.py createsuperuser\n\n\nRunserver:\n\n    ./manage.py runserver 0.0.0.0:8000\n\nAnd go to *http://localhost:8000/admin/*\n\n### Blog app\nThis simples blog app with tags and comments (from box). Not so good solution, but easy and fast develop. Just for show example of.\n\nRun migrations:\n\n    ./manage.py migrate\n\n\nRun syncdb for add comments tables:\n\n    ./manage.py syncdb\n\nApply fixtures:\n\n    ./manage.py loaddata initial.json\n\nRun tests if you whant:\n\n    ./manage.py test blog\n    \nStart server and got to posts main page: *http://localhost:8000/posts/*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerc%2Fdjango-test-job","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerc%2Fdjango-test-job","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerc%2Fdjango-test-job/lists"}