This repository has been archived by the owner on Oct 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from DrClockwork/dev
Dev to Master
- Loading branch information
Showing
16 changed files
with
873 additions
and
397 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
28058b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi!
I got two problems after installing the package via pip in my virtualenv and editing settings.py and urls.py as described here.
This doesn't work on django>=10. I get an Error:
I switched to django<10 and I got no Error. But then I run makemigrations, migrate and runserver and opened http://localhost:8000/h5p/home
I'm new to django and i have no clue how to fix this. Here is the traceback
EDIT:
I found a solution. I had to install these two packages:
28058b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got it to the point where i have to upload the h5p-file. After choosing the file, the label says:
Selected file: C:\fakepath\official-h5p-release-20170301.h5p
but there is no way to proceed ??? Where do I have to click. I feel so dump, the there is no message, no button, no error message.
EDIT:
<div class="configuration" align="center">
was set to display:none. I removed this property in my DOM-Inspector and suddenly I saw the button to install. Wow, that was a journey. I hope this comment will help you to fix this problem. I would add a pull request if I were able to.28058b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi !
Yes it's a mistake with my indentation. The input 'proceed' must be outside the div 'configuration'.
I'll fix that next week after my holidays. In addition, the compatibility with django 1.11 will arrive in June (and thus the porting of the code in python 3).
Next time you can use the 'issue' section if you spot other bugs. This allows me to have a better tracking of identified bugs.
Thank you for your help !