Code related to the article Database generated columns ⁽¹⁾: Django & SQLite, to be used to experiment with the new GeneratedField
added in Django 5.0.
View of clouds over the Labrador Peninsula (Canada) taken from a commercial flight.
Creating and activating the virtual environment:
$ python3 -m venv .venv
$ source .venv/bin/activate
Installing the latest version of Django (tested with Django 5.0b1):
$ python3 -m pip install -r requirements.txt
Start the shell with the command:
$ python3 -m manage shell
Running the defined tests:
$ python3 -m manage test
The Django Generated Fields examples project is licensed under the MIT License.
- 🌍 Blog: www.paulox.net
- 🐙 Github: @pauloxnet@github.com
- 🦣 Mastodon: @paulox@fosstodon.org
- 🐦️ Twitter: @pauloxnet@twitter.com