Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubh2-0/learning_django
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.
https://github.com/shubh2-0/learning_django
django-application django-framework django-rest-framework github pycharm python3
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/shubh2-0/learning_django
- Owner: Shubh2-0
- Created: 2023-08-28T20:49:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-08T11:25:30.000Z (over 1 year ago)
- Last Synced: 2024-05-01T13:47:21.459Z (8 months ago)
- Topics: django-application, django-framework, django-rest-framework, github, pycharm, python3
- Language: Python
- Homepage: https://github.com/Shubh2-0/Learning_django
- Size: 24.4 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Django with myapp 🐍
Welcome to the Learning Django project with "myapp"! This repository is my journey in learning Django, a powerful Python web framework. 🚀
![Alt Text](https://imgs.search.brave.com/vM9eQKwHOveCj0C61bw6jPmmXs3dJustYYQyiuDi1bQ/rs:fit:860:0:0/g:ce/aHR0cHM6Ly9taXJv/Lm1lZGl1bS5jb20v/djIvMSp3MWVVWFpZ/amZTdVJzdzI0V0E4/RkxBLmpwZWc)
## Project Structure 📂
- **myapp**: This directory contains your Django application. Inside this directory, you'll find files related to your Django models, views, and templates.
- **templates**: This directory stores HTML templates used to render web pages in your Django application.
- **website**: This directory may contain additional components, apps, or configurations specific to your project's website.
- **db.sqlite3**: This is the SQLite database file for your Django project. Django uses this database by default for local development. 🗃️
- **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. 🛠️
## Tools Used 🛠️
django
Python
PyCharm
Github
## Getting Started 🏁
To get started with this project, follow these steps:
1. Clone this repository to your local machine: ``git clone https://github.com/Shubh2-0/Learning_django.git``
2. Navigate to the project directory: ``cd myapp``
3. Install the project's dependencies: ``pip install -r requirements.txt``
4. Run the Django development server: ``python manage.py runserver``
🌐 Access the project in your web browser at http://localhost:8000. 🌐
# Usage 🚧
Feel 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. 🤝# Contributing 🙌
Contributions 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. 🎉## 📬 Contact
If you want to contact me, you can reach me through below handles.