Self-hosted mood tracker - very much work in progress
Go to file
Kumi f3e257fc22
feat(vscode): add Django debug configuration
Added a new `launch.json` configuration for VSCode to enable debugging Django applications directly within the IDE. This setup specifically configures the Python Debugger (`debugpy`) for Django with custom server port `8091`, enhancing the development workflow by allowing developers to debug their Django applications without the need for external tools. The configuration is tailored to provide a smoother integration of debugging capabilities, focusing on improving productivity and efficiency during the development process.

This change reflects a broader effort to streamline the development environment, ensuring that team members can quickly and effectively troubleshoot issues, test new features, and iterate on their Django applications within a familiar and integrated development environment.
2024-05-17 13:19:22 +02:00
.vscode feat(vscode): add Django debug configuration 2024-05-17 13:19:22 +02:00
api Missing files 2021-10-24 16:51:12 +02:00
cbt Add incomplete CBT component 2020-12-31 22:18:39 +01:00
common Migrate to AutoSecretKey 2022-10-25 14:40:48 +00:00
cronhandler Fix missing cron signal 2020-12-30 18:38:37 +01:00
doc Initial commit 2020-12-27 18:49:54 +01:00
dreams Move nav sections to respective apps 2021-10-24 17:45:23 +02:00
environment Add blank environment app 2021-10-07 16:36:19 +02:00
friends Add three bare modules 2021-01-03 08:42:04 +01:00
frontend feat: streamline topbar notifications 2024-03-24 16:15:54 +01:00
gpslog Start development of gpslog module 2022-09-09 16:59:13 +00:00
habits Add missing max_length to CharField 2021-01-17 16:47:55 +01:00
health Rename meds to health 2021-02-16 12:15:56 +00:00
kumify Add missing OIDC_CREATE_USER value from config file 2022-10-26 07:00:44 +00:00
mood fix: update legend label in moodpies chart 2024-03-24 16:29:27 +01:00
msgio Remove dbsettings from init methods (would prevent initial migrations) 2021-03-01 07:09:53 +01:00
.gitignore Migrate to AutoSecretKey 2022-10-25 14:40:48 +00:00
INSTALL.md Updates to documentation 2023-03-26 20:08:18 +00:00
LICENSE Update INSTALL.md 2022-10-25 14:43:01 +00:00
manage.py Initial commit 2020-12-27 18:49:54 +01:00
passenger_wsgi.py Add passenger_wsgi for Passenger deployments 2020-12-27 18:59:45 +01:00
requirements.txt fix: pin django-polymorphic to v4.0.0a 2024-05-17 13:17:57 +02:00
settings.dist.ini Migrate to AutoSecretKey 2022-10-25 14:40:48 +00:00
TODO.md Updates to documentation 2023-03-26 20:08:18 +00:00