Docker To Go - 03 Django reload with SQLite or Postgres as DB

Опубликовано: 01 Ноябрь 2024
на канале: Python Test Engineer
39
1

Docker To Go - 03 Django reload with SQLite or Postgres as DB

'Out of the box' Django set up with options for SQLite or Postgres as DB. You can enter container to run all the usual Django CLI and any changes to code are reflected in browser on refresh without having to rebuild image etc.

'Out of the box' Docker To Go Postgres DB with Python CRUD scripts and PgAmdin or Adminer client.

If you need a test Postgres DB then this Docker To Go will do the job. Works out of the box with a range of Python CRUD scripts connecting to the Postgres instance.

The repo has all the 'Docker To GO' set ups and has its own PythonCRUD-Postgres-PgAdmin-Adminer which needs to be run first to provide DB services to Django.

GitHub Repo: https://github.com/Python-Test-Engine...

PyTest Cookbook: https://pytest-cookbook.com/docker/do...