https://github.com/codersales/making-study-notes-on-the-django-docs
making study notes on the django docs
https://github.com/codersales/making-study-notes-on-the-django-docs
2023 django django-framework documentation notes python python3
Last synced: 2 months ago
JSON representation
making study notes on the django docs
- Host: GitHub
- URL: https://github.com/codersales/making-study-notes-on-the-django-docs
- Owner: CoderSales
- License: mit
- Created: 2023-08-29T05:58:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-29T13:23:58.000Z (over 1 year ago)
- Last Synced: 2024-12-30T23:33:04.643Z (4 months ago)
- Topics: 2023, django, django-framework, documentation, notes, python, python3
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# making-study-notes-on-the-django-docs
making study notes on the django docs
____
## Steps
```bash
pip --version
```[from: `stackoverflow` | upgrade pip](https://stackoverflow.com/questions/15221473/how-do-i-update-upgrade-pip-itself-from-inside-my-virtual-environment)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
```bash
python -m pip install --upgrade pip
```[from: `pip documentation v23.2.1` | Linux](https://pip.pypa.io/en/stable/installation/) | (also works for git bash running on Windows)
____
## References
[django](https://docs.djangoproject.com/en/4.2/intro/install/)