{"id":27500899,"url":"https://github.com/andrew-saeed/cms","last_synced_at":"2026-04-10T02:54:01.060Z","repository":{"id":287472867,"uuid":"964850285","full_name":"andrew-saeed/cms","owner":"andrew-saeed","description":"Content Management System built with Django 5 and Vite.","archived":false,"fork":false,"pushed_at":"2025-06-23T07:19:14.000Z","size":1139,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-11T00:02:17.677Z","etag":null,"topics":["alpinejs","blog","cms","django","mysql","python","tailwindcss","vite"],"latest_commit_sha":null,"homepage":"https://andrewsaeed95.pythonanywhere.com","language":"JavaScript","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/andrew-saeed.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-11T22:34:47.000Z","updated_at":"2025-06-23T07:25:20.000Z","dependencies_parsed_at":"2025-04-30T19:30:30.829Z","dependency_job_id":"72c83611-9fd6-474d-af33-df18d2a2005f","html_url":"https://github.com/andrew-saeed/cms","commit_stats":null,"previous_names":["andrew-saeed/cms"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrew-saeed/cms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrew-saeed%2Fcms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrew-saeed%2Fcms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrew-saeed%2Fcms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrew-saeed%2Fcms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrew-saeed","download_url":"https://codeload.github.com/andrew-saeed/cms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrew-saeed%2Fcms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006754,"owners_count":26084176,"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":["alpinejs","blog","cms","django","mysql","python","tailwindcss","vite"],"created_at":"2025-04-17T12:55:44.136Z","updated_at":"2025-10-11T09:04:32.723Z","avatar_url":"https://github.com/andrew-saeed.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📝 CMS — A Developer-Centric Publishing Tool\n\nA lightweight, modern CMS built with Django 5 and Vite, inspired by [dev.to](https://dev.to). This tool is designed for **developers and internal teams** to draft, share, and collaborate on technical ideas, blog posts, or team discussions — before they go public.\n\n## 🚀 Features\n\n- ✍️ **Markdown-based editor** with [Toast UI Editor](https://ui.toast.com/tui-editor)\n- 🏷️ **Taggable content** using `django-taggit`\n- 🔒 **User authentication**\n- 🧠 **Draft-first publishing flow** — write before you're ready to share\n- 🐛 Debug support via `django-debug-toolbar`\n- 🖼️ Media uploads (images, avatars) via `Pillow`\n- 📧 Email notifications with `django-anymail`\n- 🧵 Team-focused UX — perfect for internal dev communications\n\n## 🧰 Tech Stack\n\n### Backend\n- **Python 3.10**\n- **Django 5.1.7**\n- **MySQL** as the primary database\n- **Markdown** rendering\n- **Django Debug Toolbar** for dev insights\n- **Environment config** via `python-decouple`\n\n### Frontend\n- **Vite 6** for fast bundling\n- **Tailwind CSS 4** for utility-first styling\n- **Alpine.js** for interactivity\n- **Toast UI Editor** for rich markdown editing\n- **Flatpickr** for date/time inputs\n- **JS-Cookie** for client-side state handling\n\n## 🛠️ Installation\n\n### 1. Clone the Repo\n```bash\ngit clone https://github.com/andrew-saeed/cms.git\ncd cms\n```\n\n### 2. Dev - Backend Setup (Django)\n```bash\n# Install pipenv if not already installed\npip install pipenv\n\n# Install dependencies and auto-create virtual environment\npipenv install\n\n# Create a `.env` file with your settings\ncp .env.example .env\n\n# Activate the pipenv shell\npipenv shell\n\n# Set up the database\npython manage.py migrate\n\n# Run the dev server\npython manage.py runserver\n```\n\n### 3. Dev - Frontend Setup (Vite)\n```bash\ncd theme/vite\nnpm install\nnpm run dev  \n```\n\n## 📄 License\nThis project is licensed under the MIT License.\n\n## 🤝 Contribution\nFeel free to fork the repository and submit pull requests.\n\n## 📬 Contact\nFor any inquiries, reach out to andrewsaeed95@gmail.com","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrew-saeed%2Fcms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrew-saeed%2Fcms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrew-saeed%2Fcms/lists"}