-
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
dj-ref Attributes are not converted #5
Comments
But I'm not used to qork with QT and able to test |
I see your bug post, I will fix it maybe in a few days. Will post back here. Unless you want to fix it ? It's simple Python / Pyqt5 code. |
I added the line of Code i think would fix this bug. But I'm not able to test it properly. When i use pyinstaller to create a exe File the Path from BSS is not taken as Parameter. Seems to be an issue how i used pyinstaller because the python console is launching in background. If i want to test manually I'm not able to instantiate the classes correctly since there are QT ExportMapper Objects needed for Fileconverter ect. So i think I'm not used to QT enough yet to Test. Even if i create a batch that is calling bss_to_django.py from Bootstrap Studio something goes wrong that i can't figure out. So maybe you could provider me some Details how to test or you fix it, whenever there is time. But great Tool so far helps a lot to migrate to django 😀 |
@NiclasWil Yes, you are right. It's such a rough tool that you must dev on it to fix things. I just wrote these instructions for stoic here: That will get you up and running as a developer. But let me run some ideas by you:
BTW, to debug on this, there should be a requirements.txt as part of the project. Then you'd do:
If not, then you'll at least need to do |
@NiclasWil Do you need any more guidance on this? |
When I'm adding dj-ref Attributes to my HTML in Bootstrap Studio then theses references are never processed.
They remain in HTML Tag as attributes
Input File
Output File
All other tags i used so far instead of dj-ref are working fine. The problem seems to be TagConverter.convert() since replace_ref is never called
I could check the issue and create a PR for this. But not sure if this is the main issue (not tested yet)
The text was updated successfully, but these errors were encountered: