{"id":25013902,"url":"https://github.com/leiberbertel/techsage_blog","last_synced_at":"2025-06-15T16:02:33.583Z","repository":{"id":275525401,"uuid":"926338765","full_name":"leiberbertel/TechSage_blog","owner":"leiberbertel","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-03T04:58:45.000Z","size":159,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T05:24:39.934Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leiberbertel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2025-02-03T04:14:48.000Z","updated_at":"2025-02-03T04:58:49.000Z","dependencies_parsed_at":"2025-02-10T04:45:33.058Z","dependency_job_id":null,"html_url":"https://github.com/leiberbertel/TechSage_blog","commit_stats":null,"previous_names":["leiberbertel/techsage_blog"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leiberbertel%2FTechSage_blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leiberbertel%2FTechSage_blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leiberbertel%2FTechSage_blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leiberbertel%2FTechSage_blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leiberbertel","download_url":"https://codeload.github.com/leiberbertel/TechSage_blog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246277367,"owners_count":20751549,"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":"2025-02-05T07:16:44.129Z","updated_at":"2025-03-30T05:12:27.687Z","avatar_url":"https://github.com/leiberbertel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TechSage\n\nTechSage is a technology blog where we share articles, news and tutorials about the world of technology, programming, trends and more.\n\n## Requirements\n\n- **Django**: Web framework for fast and scalable development.\n- **django-htmx**: HTMX integration with Django for partial page refresh without reloading.\n- **django-taggit**: To add tags to articles.\n- **Markdown**: To support content written in Markdown in articles.\n- **pytest** and **pytest-django**: For project testing.\n- **black**, **flake8** and **mypypy**: Tools to make sure the code complies with quality and formatting standards.\n\n## Instalación\n\n1. **Clone the repository**.\n\n   ```bash\n   git clone https://github.com/leiberbertel/TechSage_blog.git\n   cd techsage\n   ```\n\n2. **Configure the virtual environment**\n\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # En Linux/macOS\n   venv\\Scripts\\activate     # En Windows\n   ```\n\n3. **Install the dependencies**.\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. **Configurar las variables de entorno**\n\n   ```\n   SECRET_KEY='your-secret-key'\n   DEBUG=True\n   ```\n\n5. **Perform migrations**\n\n   ```bash\n   python manage.py migrate\n   ```\n\n6. **Create a superuser (optional)**\n\n   ```bash\n   python manage.py createsuperuser\n   ```\n\n7. **Running the development server**\n\n   ```bash\n   python manage.py runserver\n   ```\n\n   Access the application at [http://127.0.0.1:8000](http://127.0.0.1:8000).\n\n## Tests\n\n```bash\npytest\n```\n\n## Contributions\n\nContributions are welcome! If you want to improve the project, please follow these steps:\n\n1. Make a fork of this repository.\n2. Create a branch for your feature (`git checkout -b feature/new-feature`).\n3. Make your changes and add tests if necessary.\n4. Commit your changes (`git commit -m 'Added new feature'`).\n5. Push the changes to your repository (`git push origin feature/new-feature`).\n6. Open a Pull Request.\n\n## License\n\nThis project is licensed under the MIT license. See the [LICENSE](LICENSE.txt) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleiberbertel%2Ftechsage_blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleiberbertel%2Ftechsage_blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleiberbertel%2Ftechsage_blog/lists"}