Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 29-alias-for-apps
  • 30-restructure-ci-version-checking
  • 16-update-documentation
  • 11-write-example-app
  • 1.0.5
  • 1.0.4
  • 1.0.3
  • 1.0.2
  • 1.0.1
10 results

sams-classes

  • Clone with SSH
  • Clone with HTTPS
  • Name Last commit Last update
    old-stuff
    sams_classes
    test
    test_hub
    README.md
    app.py

    SAMSHub

    Die SAMSHub Klasse ermöglicht es einen Modularen Anwendungsserver zu schreiben. Die Klasse sätzt für Module ein einheitlich definiertes Format voraus und erlaubt das dynamische einladen von Modulen auf basis einer Konfigurationsdatei.

    Projektlayout

    Das Layout eines SAMSHub Projektes sieht im Wesendlichen wie folgt aus-

    • Project_Dir/
      • __init__.py
      • views.py
      • modules/
        • hallo_modul/
          • __init__.py
          • manifest.yaml
          • languages/
          • templates/
            • hallo_modul/
              • hallo_modul.html
              • sub_view.html
          • static/
      • templates/
      • static/