This is a base for creating examples of django-tables2 examples on gitpod. The gitpod image will load django and postgres.
pip install django_tables2 tablib bootstrap4 psycopg2-binary python-env
**** (orpip install -r requirementsl.txt
)django-admin startproject config
mv config django
- create
.gitignore
- add
.env
to.gitignore
- change settings for passwords/CSRF secrets