Closed jochenklar closed 6 days ago
rdmo-admin startapp
?? 😅
Maybe we should combine commands, build
could run npm run build:prod
and python -m build
, while watch
just runs npm run watch
.
After some thoughts I am wondering if this only solves my problems and could be better solved with a local custom script or Makefile. We can discuss this in our next meeting.
I would keep it, think it's also useful for the local dev setup..
Rebased and ready (after tests are ok).
This PR adds a
rdmo-admin
script, which works like thedjango-admin
script and offers a way to use management scripts outside anrdmo-app
(e.g. in therdmo
repo).(My) use cases are:
instead of
or
instead of
which might not be to impressive, but has a more uniform interface and might be easier to document.
I think this could really be helpful if we extent it to help with the setup of RDMO, something like
We could even think about replacing rdmo-app with a cookiecutter, but I am not sure about this, yet.
Another use case would be to simplify the
makemessages
step.Any other ideas are welcome. Also, do we need this or is this additional complexity.