{"id":19039808,"url":"https://github.com/shubh2-0/learning_django","last_synced_at":"2025-04-23T20:49:12.710Z","repository":{"id":191739947,"uuid":"684289688","full_name":"Shubh2-0/Learning_django","owner":"Shubh2-0","description":"This repository serves as my learning journey in mastering Django, a powerful Python web framework. It includes a Django application named \"myapp,\" where you can find code related to models, views, templates, and more. Explore the fundamentals of Django, build web applications, and become proficient in Django development through this project.","archived":false,"fork":false,"pushed_at":"2023-09-08T11:25:30.000Z","size":25,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-18T05:53:50.174Z","etag":null,"topics":["django-application","django-framework","django-rest-framework","github","pycharm","python3"],"latest_commit_sha":null,"homepage":"https://github.com/Shubh2-0/Learning_django","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/Shubh2-0.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,"zenodo":null}},"created_at":"2023-08-28T20:49:00.000Z","updated_at":"2023-09-21T12:45:41.000Z","dependencies_parsed_at":"2025-04-17T17:13:18.293Z","dependency_job_id":"c4812db0-c987-4c35-afed-8b72b3da0068","html_url":"https://github.com/Shubh2-0/Learning_django","commit_stats":null,"previous_names":["shubh2-0/learning_django"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shubh2-0%2FLearning_django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shubh2-0%2FLearning_django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shubh2-0%2FLearning_django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shubh2-0%2FLearning_django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shubh2-0","download_url":"https://codeload.github.com/Shubh2-0/Learning_django/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250513769,"owners_count":21443204,"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-application","django-framework","django-rest-framework","github","pycharm","python3"],"created_at":"2024-11-08T22:18:55.967Z","updated_at":"2025-04-23T20:49:12.692Z","avatar_url":"https://github.com/Shubh2-0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Learning Django with myapp 🐍\n\nWelcome to the Learning Django project with \"myapp\"! This repository is my journey in learning Django, a powerful Python web framework. 🚀\n\n![Alt Text](https://imgs.search.brave.com/vM9eQKwHOveCj0C61bw6jPmmXs3dJustYYQyiuDi1bQ/rs:fit:860:0:0/g:ce/aHR0cHM6Ly9taXJv/Lm1lZGl1bS5jb20v/djIvMSp3MWVVWFpZ/amZTdVJzdzI0V0E4/RkxBLmpwZWc)\n\n\n## Project Structure 📂\n\n- **myapp**: This directory contains your Django application. Inside this directory, you'll find files related to your Django models, views, and templates.\n\n- **templates**: This directory stores HTML templates used to render web pages in your Django application.\n\n- **website**: This directory may contain additional components, apps, or configurations specific to your project's website.\n\n- **db.sqlite3**: This is the SQLite database file for your Django project. Django uses this database by default for local development. 🗃️\n\n- **manage.py**: This is the Django management script. You use it to perform various tasks, such as running the development server, creating database tables, and more. 🛠️\n\n## Tools Used 🛠️\n\n\u003ctable align=\"center\"\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\" width=\"170\"\u003e\n      \u003cimg src=\"https://github.com/Shubh2-0/Shubh2-0/blob/main/Images/django.png\" width=\"48\" height=\"48\" alt=\"Python\" /\u003e\n      \u003cbr\u003edjango \n    \u003c/td\u003e\n     \u003ctd align=\"center\" width=\"170\"\u003e\n      \u003cimg src=\"https://github.com/Shubh2-0/Shubh2-0/blob/main/Images/python.png\" width=\"45\" height=\"45\" alt=\"Github\" /\u003e\n      \u003cbr\u003ePython\n    \u003c/td\u003e\n     \u003ctd align=\"center\" width=\"170\"\u003e\n      \u003cimg src=\"https://github.com/Shubh2-0/EchoCharm/blob/main/images/PyCharm.png\" width=\"45\" height=\"45\" alt=\"PyCharm\" /\u003e\n      \u003cbr\u003ePyCharm\n    \u003c/td\u003e\n    \u003ctd align=\"center\" width=\"170\"\u003e\n      \u003cimg src=\"https://github.com/Shubh2-0/Shubh2-0/blob/main/Images/github.png\" width=\"45\" height=\"45\" alt=\"Github\" /\u003e\n      \u003cbr\u003eGithub\n    \u003c/td\u003e\n  \u003c/tr\u003e\n \n\u003c/table\u003e\n\n## Getting Started 🏁\n\nTo get started with this project, follow these steps:\n\n1. Clone this repository to your local machine:    ``git clone https://github.com/Shubh2-0/Learning_django.git``\n\n2. Navigate to the project directory:    ``cd myapp``\n\n3. Install the project's dependencies:    ``pip install -r requirements.txt``\n\n4. Run the Django development server:    ``python manage.py runserver``\n\n🌐 Access the project in your web browser at http://localhost:8000. 🌐\n\n# Usage 🚧\nFeel free to explore the project's code and structure to learn more about Django development. You can also contribute to this project by opening issues or submitting pull requests. 🤝\n\n# Contributing 🙌\nContributions are welcome! If you have ideas for improvements or would like to report issues, please create a GitHub issue or submit a pull request following our contribution guidelines. 🎉\n\n## 📬 Contact\n\nIf you want to contact me, you can reach me through below handles.\n\n \u003cp align=\"left\"\u003e\n  \u003ca href=\"https://www.linkedin.com/in/shubham-bhati-787319213/\" target=\"_blank\"\u003e\u003cimg align=\"center\" src=\"https://skillicons.dev/icons?i=linkedin\" width=\"40px\" alt=\"linkedin\" /\u003e\u003c/a\u003e\u0026emsp;\n  \u003ca title=\"shubhambhati226@gmail.com\" href=\"mailto:shubhambhati226@gmail.com\" target=\"_blank\"\u003e\u003cimg align=\"center\"  src=\"https://cdn-icons-png.flaticon.com/128/888/888853.png\"  width=\"40px\"   alt=\"mail-me\" /\u003e\u003c/a\u003e\u0026emsp;\n  \u003ca href=\"https://wa.me/+916232133187\" target=\"blank\"\u003e\u003cimg align=\"center\" src=\"https://media2.giphy.com/media/Q8I2fYA773h5wmQQcR/giphy.gif\" width=\"40px\"  alt=\"whatsapp-me\" /\u003e\u003c/a\u003e\u0026emsp;\t\n \u003c/p\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshubh2-0%2Flearning_django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshubh2-0%2Flearning_django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshubh2-0%2Flearning_django/lists"}