{"id":19819608,"url":"https://github.com/kiran-kumar-k3/django-projects","last_synced_at":"2026-01-02T10:51:19.504Z","repository":{"id":243345509,"uuid":"812171874","full_name":"KIRAN-KUMAR-K3/DJANGO-PROJECTS","owner":"KIRAN-KUMAR-K3","description":"\"Explore a collection of versatile Django projects showcasing unique functionalities and the power of the Django framework\"","archived":false,"fork":false,"pushed_at":"2024-07-12T10:20:01.000Z","size":281,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-12T10:20:51.579Z","etag":null,"topics":["django","django-project","html5","python"],"latest_commit_sha":null,"homepage":"https://github.com/KIRAN-KUMAR-K3/DJANGO-PROJECTS","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/KIRAN-KUMAR-K3.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}},"created_at":"2024-06-08T06:26:03.000Z","updated_at":"2024-10-03T19:41:26.000Z","dependencies_parsed_at":"2024-06-28T09:33:08.106Z","dependency_job_id":"684962af-6a2e-4937-a742-78708ec73895","html_url":"https://github.com/KIRAN-KUMAR-K3/DJANGO-PROJECTS","commit_stats":null,"previous_names":["kiran-kumar-k3/django-projects"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KIRAN-KUMAR-K3%2FDJANGO-PROJECTS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KIRAN-KUMAR-K3%2FDJANGO-PROJECTS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KIRAN-KUMAR-K3%2FDJANGO-PROJECTS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KIRAN-KUMAR-K3%2FDJANGO-PROJECTS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KIRAN-KUMAR-K3","download_url":"https://codeload.github.com/KIRAN-KUMAR-K3/DJANGO-PROJECTS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233457215,"owners_count":18679145,"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":["django","django-project","html5","python"],"created_at":"2024-11-12T10:19:30.403Z","updated_at":"2025-09-18T07:31:03.794Z","avatar_url":"https://github.com/KIRAN-KUMAR-K3.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DJANGO-PROJECTS\n\nWelcome to the **DJANGO-PROJECTS** repository! This repository hosts a collection of Django projects crafted by **Kiran Kumar K**. Each project showcases unique functionalities and demonstrates the versatility of the Django framework.\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://media.licdn.com/dms/image/D4D12AQEv1rKjMQjFug/article-cover_image-shrink_600_2000/0/1694101907119?e=2147483647\u0026v=beta\u0026t=1G3jpQfDUULdvkF_DMUyBBrDlw-pkqSEghOsH4d-xlY\" width=\"200\" alt=\"Django Logo\"\u003e\n\u003c/p\u003e\n\n## Table of Contents\n\n- [Projects](#projects)\n- [Getting Started](#getting-started)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n\n## Projects\n\n- **Arith2Proj**: Basic arithmetic operations.\n- **CalculatorProj**: A simple calculator application.\n- **DatetimePatternProj**: Display various datetime patterns.\n- **EmpsalarySqliteProject**: Manage employee salary data using SQLite.\n- **FeedbackProj**: Collect and manage user feedback.\n- **HelloProject**: \"Hello, World!\" starter project.\n- **InheritanceProj**: Demonstrate inheritance concepts in Django.\n- **LayoutProj**: Layout and design templates for Django projects.\n- **ModelFormProj**: Demonstrate the use of Django Model Forms.\n- **Non_Html_Responses**: Handle non-HTML responses.\n- **NumberCheckerProject**: Check if a number meets certain criteria.\n- **PrimenoProj**: Determine prime numbers.\n- **SiteMap_Explainer**: Explain site maps.\n- **StringConverterProj**: Convert strings in various ways.\n- **TextfileReaderProj**: Read and display text file content.\n- **datetimeproject**: Additional datetime functionalities.\n- **myproject**: Custom project demonstrating various features.\n- **order_notice**: Manage and display order notices.\n- **rss_reader**: Read RSS feeds.\n\n## Getting Started\n\nTo get started with any of these projects, follow the steps below:\n\n1. **Clone the repository:**\n    ```sh\n    git clone https://github.com/KIRAN-KUMAR-K3/DJANGO-PROJECTS.git\n    ```\n\n2. **Navigate to the project directory:**\n    ```sh\n    cd DJANGO-PROJECTS/\u003cProjectName\u003e\n    ```\n\n3. **Install the required dependencies:**\n    ```sh\n    pip install -r requirements.txt\n    ```\n\n4. **Apply migrations:**\n    ```sh\n    python manage.py migrate\n    ```\n\n5. **Run the development server:**\n    ```sh\n    python manage.py runserver\n    ```\n\n6. **Open your browser and visit:**\n    ```\n    http://127.0.0.1:8000\n    ```\n\n## Contributing\n\nWe welcome contributions! To contribute:\n\n1. Fork this repository.\n2. Create a new branch: `git checkout -b feature/YourFeature`\n3. Make your changes and commit them: `git commit -m 'Add some feature'`\n4. Push to the branch: `git push origin feature/YourFeature`\n5. Submit a pull request.\n\nPlease ensure your code adheres to the project's coding standards and includes appropriate tests.\n\n## License\n\nThis repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.\n\n## Contact\n\nFor any questions, suggestions, or feedback, please reach out to:\n\n**Kiran Kumar K**  \n[GitHub Profile](https://github.com/KIRAN-KUMAR-K3)  \n[Email](mailto:18kirankumar.k03@gmail.com)\n\n---\n\nHappy Coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiran-kumar-k3%2Fdjango-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiran-kumar-k3%2Fdjango-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiran-kumar-k3%2Fdjango-projects/lists"}