ugoertz/django-familio

Dependencies

marten-cz opened this issue · 3 comments

Hi, I was trying to get this working to see how it looks like. But it's hard without the requirement file. I tried different combinations of the package version but with no success. Can you provide a list of dependencies? I can provide back docker files :)

Hi, I set up a repository at https://github.com/ugoertz/django-familio-docker with the requirements and docker files I am currently using.

With the docker files, it should not be too hard to get things running (but I did not try to set up an instance from scratch right now). Generally speaking, I am afraid that the project is not in an ideal state regarding its use by others (in other words: you might have to invest some time ...). Some of the things are

  • The front-end is basically entirely in German. So unless your target audience is German, internationalization/translations would have to be added.
  • Some updates should be made (update Django to 2.2/3.0; other packages). I expect that this could be done quickly.
  • The map server component of the "custom map" functionality is currently not available in the above mentioned repository, since I have yet to move it to a docker setup.

In principle I would like to improve the situation at some point in time, but due to other things this will probably not happen very soon. On the other hand, comments/suggestions/pull requests ... are of course welcome (and might make me invest more time in this project, although I cannot promise it).

Great, I wanted to achieve the same thing with docker. Just the docker-compose example fil is missing if you can add it please.
The German will be ok to have a look. I wanted to create something to make the searching for ancestors a bit easier. So I'm looking if anyone did what I would like to have. If it will be similar, I'm happy to help with the code. There are lots of tools to show the tree but nothing for storing what you found. Nothing to store the records you found and to be able to assign them to the person later when confirm it belongs to your tree etc.
Django is super for that with it's administration. I found only two project. The second one is to simple.