Undocumented devenv/NixOS and Poetry stuff #34
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: data.coop/membersystem#34
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm confused about how to get a functional development running. The current README doesn't quite play and doesn't align with the Poetry stuff in the Makefile, nor the devenv files.
Currently, the default environment (
.env.example
) hasDEBUG=True
and that's fine. The thing is that django_debug_toolbar is part of the requirements for a development environment and it isn't installed.I'll try to add some fixes for this now...
Hmm, not easy from a train... the
COPY --chown=www:www . .
line in Dockerfile is invalidating the Docker cache all the time... moving it so we can cache more build stages....Yeah this stuff is pretty much defunct and outdated. I'll do an update of the readme and the different files.
The project uses hatch, so there is a clear path for development - it is just not documented
So the whole Makefile is dead? 😱
Hah hah, not dead per se, more like just not working. Should nt take long to fix it.
I'm gonna try to clean up the Dockerfile and the README to align with the Hatch commands...
Please, for future reference, don't change all the entrypoints in a project without some kind of note in the README... even knowing that the README isn't updated is helpful :)
@benjaoming I'm cleaning it up
And please don't "please" - I've been the sole developer on this project for quite some time, so stuff has been a bit messy because I haven't had the motivation to clean things up ;) But now I really want to clean it up because you want to do stuff!
Closed in
480eecca12