Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
Last synced: about 5 hours 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-29T06:01:10.000Z (about 1 year ago)
- Last Synced: 2023-08-29T10:58:07.018Z (about 1 year ago)
- Size: 2.93 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/)