Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)