{"id":21272764,"url":"https://github.com/jooy2/django-simple-blog-example","last_synced_at":"2026-05-13T07:41:32.065Z","repository":{"id":46856508,"uuid":"223089441","full_name":"jooy2/django-simple-blog-example","owner":"jooy2","description":"Simple blog examples using Python3 + Django 3.x framework","archived":false,"fork":false,"pushed_at":"2022-12-08T03:14:23.000Z","size":821,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-22T02:47:23.106Z","etag":null,"topics":["blog","django","example","python3"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/jooy2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-21T04:40:07.000Z","updated_at":"2023-03-08T23:13:40.000Z","dependencies_parsed_at":"2023-01-24T07:10:21.964Z","dependency_job_id":null,"html_url":"https://github.com/jooy2/django-simple-blog-example","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/jooy2%2Fdjango-simple-blog-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jooy2%2Fdjango-simple-blog-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jooy2%2Fdjango-simple-blog-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jooy2%2Fdjango-simple-blog-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jooy2","download_url":"https://codeload.github.com/jooy2/django-simple-blog-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243728342,"owners_count":20338239,"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":["blog","django","example","python3"],"created_at":"2024-11-21T09:09:13.066Z","updated_at":"2026-05-13T07:41:32.038Z","avatar_url":"https://github.com/jooy2.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django-simple-blog\nSimple blog example using Python3 and Django framework.\n\n## Features\n- Flat design \u0026 Simple layout\n- Responsive web (mobile support)\n- User authentication with Django basic auth\n- Easy to publish posts\n- Easy to customize blog\n- Comment and Like system\n\n## Requirements\n- Python 3.7.4 or higher\n- Django 3.0 or higher\n- SQLite3\n- Browser support ES6 script\n\n## Dependencies\n- [BootStrap 4 \u0026 JQuery 3.4.1 (Installed)](https://getbootstrap.com/)\n- [django-summernote](https://github.com/summernote/django-summernote)\n- [django-el-pagination](https://github.com/shtalinberg/django-el-pagination)\n\n## Installation\nFirst, you need to activate python virtual environment (virtualenv) in project root directory with following tutorial: https://docs.python.org/3/tutorial/venv.html\n\nThen install requirements with follow command:\n```shell script\n(venv)$ pip install -r requirements.txt\n```\n\nYou need to create migration files. If you did, run server to execute follow command: \n```shell script\n(venv)$ python manage.py makemigrations\n(venv)$ python manage.py migrate\n(venv)$ python managy.py runserver\n```\nOR, just execute following script file:\n\n!!! **WARNING**: This command removes all migration files !!!\n```shell script\n(venv)$ ./initialize.sh\n```\n\nIf you want to create superuser, enter the follow command:\n```shell script\n(venv)$ python manage.py createsuperuser\n```\n\n## License\nMIT License\n\nCopyright (c) 2020 jooy2\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n## References\n- Django Girls Tutorial : https://tutorial.djangogirls.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjooy2%2Fdjango-simple-blog-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjooy2%2Fdjango-simple-blog-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjooy2%2Fdjango-simple-blog-example/lists"}