Arborescence des pages

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

Pour activer le plugin dans Pod, il est nécessaire d'éditer son fichier custom/settings_local.py :

("interactive" correspond à h5p dans THIRD_PARTY_APPS)

Bloc de code
languagetext
titleServeur(s) Pod / emacs /data/www/%userpod%django_projects/podv2/custom/settins_local.py (compte %userpod%)
THIRD_PARTY_APPS = ['live', 'enrichment', 'interactive']


##
# H5P relative parameters
#
H5P_ENABLED = True                                     	# Active the module or not
# H5P_VERSION = '7.x'                                   # Current version of H5P module
H5P_DEV_MODE = 0                                        # Active the development mode or not
# H5P_PATH = os.path.join(BASE_DIR, 'h5pp/static/h5p')  # Path to static ressources of H5PP module
H5P_URL = '/h5p/'                                       # All H5PP pages begin with this url
H5P_SAVE = 30                                           # How often current content state should be saved
H5P_EXPORT = '/exports/'                                # Location of exports (packages .h5p)
H5P_LANGUAGE = 'fr'                                     # Language of the module H5P.
BASE_URL = 'https://pod-test.umontpellier.fr'           # Hostname of your django ap

...