-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue testing a development instance - No primary key importing first organ - Or creating an organ #734
Comments
Forgot to add that if I try to create an organ using the web interface I get a similar issue with primary keys not being available. |
@rvmanza-git Do you plan to run the site in your country ? I have the same idea. Not to fork the project should be the good path to go to. So, we need some changes here to support internationalization. See : #665 (comment) |
Hi @rousseldenis , some friends in Belgium need a tool where to publish on the internet details about the pipe organs of their region. As I know a bit about IT they asked me to advice them with a tool. And I am exploring this tool which is freely available. So indeed it would be great to have the tool expanded and internationalized so it can be customized to other parts of the world. A dream :) By the way I found the reason of this issue I opened. I am using a too recent version of Django. I think I will have to recreate my local instance with the exact versions indicated in the settings file! |
Issue cause: I am using a too modern version of django. The newest version behaves differently than the older one. I will reinstall my local instance with the exact versions given in the settings file of the project. |
@rvmanza-git Maybe we can get in touch with your friends as I live in Belgium and my original intent was to provide a country wide tool (some websites are region based) as there is nothing at that level. Do they live in walloon region ? |
Yes, they live in Mons. I haven't used Github in the past, but if there is an option to send me a private message you can send me your e-mail address and I will put you in contact with them. They are organists. |
Never did it but on my github profile there is my X account. You can DM me. |
I wanted to test a local instance so I downloaded all the code from the master branch from GitHub into a local ubuntu 24.04.01 server.
I followed all the instructions in the README and with a bit of effort managed to get the server running locally.
I am able to navigate most of the site, search for organs, etc. But of course the database is empty.
When I try to import organs (e.g. "pays de la Loire"), or the example organ present in the code from GitHub I get an error about the primary key not being available.
ValueError: 'Orgue' instance needs to have a primary key value before this relationship can be used.
Do I need some initialization code or data I am missing so the primary keys are available?
(Please excuse me if creating a ticket is not the right way to ask for this issue, I am a bit new to the platform. I don't know if there is a forum where I could have asked for this questions instead of creating this "issue" in GitHub).
The text was updated successfully, but these errors were encountered: