see: https://github.com/Lodimup/next-django
A ready to use devcontainer for Django development.
This repository contains a base devcontainer for Django development.
It is intended to be used as a base for other repositories.
It's already setup for the following:
- postgresql
- redis
- celery
- celery beat
- whitenoise
- auto load .env.local file
- debugger
- Makefile
clone this repository and use it as a base for your own repository.
You will need to change the following:
- create .env.local file at root of project