Files
dotfiles/PROJECT.org

27 lines
667 B
Org Mode
Raw Normal View History

2026-03-03 23:25:02 -05:00
#+title: Project
2026-03-08 17:50:03 -04:00
* Notes
** Django projects
For running Django projects in the background, add an environment file to ~/.local/etc/project.env with contents like:
#+begin_src shell
DJANGO_PATH="/home/user/src/project"
DJANGO_PORT=8000
#+end_src
Then enable now the project:
#+begin_src shell
sysu enable --now django@project
#+end_src
2026-03-03 23:25:02 -05:00
* Backlog
2026-08-05 10:12:07 -04:00
** TODO Fix issue with trashing emails in notmuch :email:notmuch:dotfiles:
#+begin_src bash
opencode -s ses_02fd1d8dbffe7m2AhnSa7FJUHo
#+end_src
2026-03-03 23:25:02 -05:00
** DONE Figure out why SSH key loading isn't working in terminal Emacs :personal:bug:dotfiles:emacs:ssh:
:PROPERTIES:
:ID: f4d738a4-ffcb-7352-06f1-4f0dd89dff08
:END: