{"id":22051817,"url":"https://github.com/3jackdaws/django-blog-app","last_synced_at":"2026-05-13T05:31:17.078Z","repository":{"id":114061747,"uuid":"158026833","full_name":"3jackdaws/django-blog-app","owner":"3jackdaws","description":"Example django blog app","archived":false,"fork":false,"pushed_at":"2018-11-23T05:14:20.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T21:35:07.999Z","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/3jackdaws.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":"2018-11-17T21:34:13.000Z","updated_at":"2018-11-23T05:14:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e89a8c1-c49c-4967-aefe-c0cbe4619378","html_url":"https://github.com/3jackdaws/django-blog-app","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/3jackdaws%2Fdjango-blog-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3jackdaws%2Fdjango-blog-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3jackdaws%2Fdjango-blog-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3jackdaws%2Fdjango-blog-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3jackdaws","download_url":"https://codeload.github.com/3jackdaws/django-blog-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245121894,"owners_count":20564205,"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-30T15:11:20.723Z","updated_at":"2026-05-13T05:31:12.055Z","avatar_url":"https://github.com/3jackdaws.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Blog App\n\n## Creation Process\n1.  `git clone http://github.com/3jackdaws/django-ws-starter`\n2.  Scrap pretty much everything in there\n3.  Create new blog app\n4.  Create Post model\n5.  Create Post Form\n6.  Realize I want to use AJAX\n7.  Struggle to choose between using a ModelForm, manually defining everything in a normal Form, or defining a form just in HTML\n8.  Decide on using rest_framework's render_form tag and delete PostForm\n9.  Create Post serializer\n10. Create Post ViewSet\n11. Create a bunch of routes\n12. Write UI\n13. Add AJAX stuff to UI\n14. Write tests\n15. Run tests\n16. Realize PUT method doesn't behave correctly\n17. Fix PUT method\n18. Add some padding and max-width to containers\n19. Change timezone\n20. Change database to SQLite instead of postgres so that Docker and standard deployments are the same\n\n\n## Deployment\n\n### Docker\n1.  `docker-compose up`\n\n### Standard/Non-Docker\n1.  Install python 3.6 or so\n2.  `pip install -r requirements.txt`\n3.  `./manage.py makemigrations`\n4.  `./manage.py migrate`\n5.  `./manage.py runserver`\n\n\n## Tests\n### PostAPI\nVery briefly covers creating and editing a Post.  Obviously should test with more strings.  It would also be nice to get some actual UI tests in there with selenium.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3jackdaws%2Fdjango-blog-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3jackdaws%2Fdjango-blog-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3jackdaws%2Fdjango-blog-app/lists"}