{"id":26508464,"url":"https://github.com/ashish8329/multilang-faq","last_synced_at":"2026-04-08T20:41:48.713Z","repository":{"id":275335358,"uuid":"925780043","full_name":"Ashish8329/multilang-faq","owner":"Ashish8329","description":"Welcome to the Multilang FAQ System repository! This project is designed to manage frequently asked questions (FAQs) with multi-language support using Django. It ensures efficient storage, retrieval, and translation of FAQs while following best development practices.","archived":false,"fork":false,"pushed_at":"2025-02-10T13:08:21.000Z","size":42,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T00:33:27.699Z","etag":null,"topics":["celery","djagno","google-translate-api","python3","redis","rest-api"],"latest_commit_sha":null,"homepage":"","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/Ashish8329.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":"2025-02-01T18:20:11.000Z","updated_at":"2025-02-06T09:50:02.000Z","dependencies_parsed_at":"2025-02-01T19:29:49.588Z","dependency_job_id":"c604fe5e-f6f1-43fd-9d24-4f3b6cb12bf9","html_url":"https://github.com/Ashish8329/multilang-faq","commit_stats":null,"previous_names":["ashish8329/multilang-faq"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ashish8329/multilang-faq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashish8329%2Fmultilang-faq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashish8329%2Fmultilang-faq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashish8329%2Fmultilang-faq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashish8329%2Fmultilang-faq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ashish8329","download_url":"https://codeload.github.com/Ashish8329/multilang-faq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashish8329%2Fmultilang-faq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31573788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["celery","djagno","google-translate-api","python3","redis","rest-api"],"created_at":"2025-03-21T00:32:00.962Z","updated_at":"2026-04-08T20:41:48.697Z","avatar_url":"https://github.com/Ashish8329.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multilang - FAQ :globe_with_meridians: :sparkles: \n- Welcome to the Multilang FAQ System repository! This project is designed to manage frequently asked questions (FAQs) with multi-language support using Django. It ensures efficient storage, retrieval, and translation of FAQs while following best development practices.\n---\n\n## Key Features :star2:\n\n- **Multi-language FAQ Management**: \n  Supports translations in multiple languages (e.g., English, Hindi, Bengali). Dynamic retrieval of translations based on user preference.\n  \n- **WYSIWYG Editor Integration**: \n Rich-text formatting enabled for answers using django-ckeditor. Seamless multilingual content support.\n  \n- **RESTful API with Language Support**:\n  Query parameter ?lang= to fetch FAQs in different languages. Optimized pre-translation for better response time.\n  \n- **Caching Mechanism**: \n  Implements Django cache framework with Redis for improved performance.\n\n- **Automated Translations**: \nUses Google Translate API (googletrans) for automatic translation. Fallback to English if a translation is unavailable.\n\n- **Admin Panel**: \n User-friendly Django admin interface for managing FAQs.\n---\n\n## Tech Stack :computer: \n \n- **Backend**: Python, Django, Django REST Framework (DRF)\n- **Database**:  SQLite\n- **Caching**: Redis\n- **Translation API**: Google Translate (googletrans)\n- **Infrastructure**: Docker, AWS\n\n---\n\n## Getting Started\n\nFollow the steps below to set up the Multilang FAQ System:\n\n## 1 . **Clone the Repository:** \nClone this repository to your local machine using the following command: \n \n  \n  ```\n git clone https://github.com/Ashish8329/multilang-faq.git\n``` \n## 2 . Set Up a Virtual Environment\n\u003e [!IMPORTANT]\n\u003e Before proceeding, it's recommended to set up a Python virtual environment for the project.\n```\n python3 -m venv venv\n```\n\u003e [!IMPORTANT]\n\u003e Activate Virtual env \n```\nsource venv/bin/activate\n```\n\u003e [!IMPORTANT]\n\u003e Install Dependencies\n```\n pip install -r requirements.txt\n```\n\n## 3.  Navigate to Project Directory: \nGo to the directory where you cloned the repository.\n```\n cd lingo_faq\n```\n \n## 4. Create Superuser: \nAfter the project is successfully set up, create a superuser using the following command:\n```\npython3 manage.py createsuperuser \n```\nFollow the prompts to set up the superuser credentials. \n\n \n## 5. Run celery with flower: \nAfter the project is successfully set up, run the celery using the following command:\n```\ncelery -A lingo_faq flower --detach\n```\n\n## 6. Run celery with log for debug: \nRun the celery debug using the following command:\n```\ncelery -A lingo_faq worker --loglevel=debug\n```\n \n\n## 7. Run the Development Server: \nAfter the project is successfully set up, create a superuser using the following command:\n```\npython manage.py runserver\n```\nNow visit http://127.0.0.1:8000/admin/ to manage FAQs.\nFor Flawer visit http://localhost:5555/workers.\n\n---\n\n## Contribution Guidelines\nWe welcome contributions! Please follow these steps:\n\u003e Fork the repository.\n\u003e Create a feature branch (feat/multilang-support).\n\u003e Commit with clear messages (e.g., feat: Add multilingual FAQ model).\n\u003e Push changes and create a pull request.\n\n---\n## Explore the Multilang system: :sparkles:'\n:point_right: **Congratulations**:balloon:!:tada::tada: Your Multilang system is now ready to explore.:confetti_ball:\t:balloon: :point_left:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashish8329%2Fmultilang-faq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashish8329%2Fmultilang-faq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashish8329%2Fmultilang-faq/lists"}