Python: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
== Web Programmierung == | == Web Programmierung == | ||
[[WSGI]] | |||
=== WSGI === | === WSGI === | ||
Line 25: | Line 28: | ||
Udemy Course: Python and Django Full Stack Web Developer Bootcamp | Udemy Course: Python and Django Full Stack Web Developer Bootcamp | ||
Gutes Intro: https://tecadmin.net/install-django-on-debian/ | |||
Flask | Flask |
Revision as of 11:06, 7 May 2023
Web Programmierung
WSGI
Ist die Schnittstelle zwischen Python Code, und dem Webserver...
WSGI/Apache2 Modul
apt-get install libapache2-mod-wsgi-py3
a2enmod wsgi
Apache Fehler
Frameworks
Django
Udemy Course: Python and Django Full Stack Web Developer Bootcamp
Gutes Intro: https://tecadmin.net/install-django-on-debian/
Flask