Cookie Consent by Free Privacy Policy Generator Aktuallisiere deine Cookie Einstellungen ๐Ÿ“Œ WSGI als Python runtime - Django in Produktion Teil 5


๐Ÿ“š WSGI als Python runtime - Django in Produktion Teil 5


๐Ÿ’ก Newskategorie: Programmierung
๐Ÿ”— Quelle: dev.to

Vorwort

Nun, da wir auf unserem Produktionsserver alles auf unsere django - Webapp vorbereitet haben, ist als nรคchstes Gunicorn dran. Gunicorn wird unsere app - so wie python manage.py runserver in der Entwicklung, in Produktion zum laufen bringen.

Installation in requirements.txt

Jetzt sollte unsere requirements - Datei zumindestens folgendes enthalten:

# django
django==5.0.4

# postgresql database adapter
psycopg2==2.9.9
psycopg2-binary==2.9.9

# webserver in production
gunicorn==21.2.0

in Entwicklung und Produktion mit pip install -r requirements.txt installieren

Erster Start

Jetzt kannst du den WSGI server das erste mal starten, am besten bei dir Lokal in der Entwicklungsumgebung.

cd meine_repository/meine_app
gunicorn meine_app.wsgi

# so sollte dein Output ausschauen:
[2024-05-26 22:25:05 +0200] [71525] [INFO] Starting gunicorn 21.2.0
[2024-05-26 22:25:05 +0200] [71525] [INFO] Listening at: http://127.0.0.1:8000 (71525)
[2024-05-26 22:25:05 +0200] [71525] [INFO] Using worker: sync
[2024-05-26 22:25:05 +0200] [71526] [INFO] Booting worker with pid: 71526
--- Using development Settings ---

Nun sollte deine app in der Produktionsversion lokal bei dir laufen. Gehe einfach auf http://127.0.0.1:8000 und du kannst sie dir anschauen.

Das kannst du nun so auch auf deinem Server ausfรผhren, aber du wirst deine App wahrscheinlich nicht unter deiner Domain / ip erreichen kรถnnen. Um das zu kรถnnen musst du mit nginx deinen Webserver als Reverse-Proxy weiterleiten. Damit geht's beim nรคchsten mal weiter.
Hier kannst du mehr รผber nginx als Reverse Proxy herausfinden.

PS: Viel SpaรŸ beim Coden,
Dein Ruben

Mein Blog

...



๐Ÿ“Œ gunicorn 19.4.5 gunicorn/http/wsgi.py process_headers HTTP Header privilege escalation


๐Ÿ“ˆ 31.02 Punkte

๐Ÿ“Œ Mangelnde Rechteprรผfung in mod-wsgi (Ubuntu)


๐Ÿ“ˆ 31.02 Punkte

๐Ÿ“Œ Was bedeutet "WSGI"? Bedeutung und Verwendung


๐Ÿ“ˆ 31.02 Punkte

๐Ÿ“Œ Unternehmen und Krieg โ€“ Wirtschaftliche Akteure als Teil des Problems oder als Teil der Lรถsung?


๐Ÿ“ˆ 23.5 Punkte

๐Ÿ“Œ The birth of a new runtime โ€“ Alexander Larsson [Flatpak's Freedesktop runtime 18.08]


๐Ÿ“ˆ 22 Punkte

๐Ÿ“Œ Runtime Mobile Security (RMS) - A Powerful Web Interface That Helps You To Manipulate Android Java Classes And Methods At Runtime


๐Ÿ“ˆ 22 Punkte

๐Ÿ“Œ Runtime Mobile Security (RMS) ?? - is a powerful web interface that helps you to manipulate Android and iOS Apps at Runtime


๐Ÿ“ˆ 22 Punkte

๐Ÿ“Œ Runtime Broker High CPU Usage (FIXED): What Is Runtime Broker?


๐Ÿ“ˆ 22 Punkte

๐Ÿ“Œ Runtime Broker High CPU Usage (FIXED): What Is Runtime Broker?


๐Ÿ“ˆ 22 Punkte

๐Ÿ“Œ Java SE Runtime Environment 8 8u391 - Java Runtime Environment (JRE).


๐Ÿ“ˆ 22 Punkte

๐Ÿ“Œ Announcing runtime-environment: A Rust Crate for Detecting Operating Systems at Runtime


๐Ÿ“ˆ 22 Punkte

๐Ÿ“Œ Papierlose Produktion: Digitalisierte Produktion ist mehr als nur MES


๐Ÿ“ˆ 20.77 Punkte

๐Ÿ“Œ Switching Geany to execute Python files as Python 3, not Python 2


๐Ÿ“ˆ 17.78 Punkte

๐Ÿ“Œ Python for Beginners [1 of 44] Programming with Python | Python for Beginners


๐Ÿ“ˆ 17.78 Punkte

๐Ÿ“Œ Introducing More Python for Beginners | More Python for Beginners [1 of 20] | More Python for Beginners


๐Ÿ“ˆ 17.78 Punkte

๐Ÿ“Œ Pufferรผberlauf in python-crcmod, python-cryptography und python-cryptography-vectors (SUSE)


๐Ÿ“ˆ 17.78 Punkte

๐Ÿ“Œ Any books similar to Black Hat Python, or Violent Python that use Python v3?


๐Ÿ“ˆ 17.78 Punkte

๐Ÿ“Œ What Makes Python Python? (aka Everything About Pythonโ€™s Grammar)


๐Ÿ“ˆ 17.78 Punkte

๐Ÿ“Œ Stromausfall ruiniert Teil der Produktion von Samsungs NAND-Flash-Speicher


๐Ÿ“ˆ 17.06 Punkte

๐Ÿ“Œ Stromausfall ruiniert Teil der Produktion von Samsungs NAND-Flash-Speicher


๐Ÿ“ˆ 17.06 Punkte

๐Ÿ“Œ Samsung: Stromausfall zerstรถrt Teil der Produktion


๐Ÿ“ˆ 17.06 Punkte

๐Ÿ“Œ Samsung: Stromausfall zerstรถrt Teil der Produktion


๐Ÿ“ˆ 17.06 Punkte

๐Ÿ“Œ iPad und MacBook: Apple will Produktion zum Teil von China nach Vietnam verlagern


๐Ÿ“ˆ 17.06 Punkte

๐Ÿ“Œ Apple verlagert Teil der Produktion vom iPhone 12 mini zu den Pro-Modellen


๐Ÿ“ˆ 17.06 Punkte

๐Ÿ“Œ Chip-Krise: Volkswagen Slowakei stoppt Teil der Produktion


๐Ÿ“ˆ 17.06 Punkte

๐Ÿ“Œ Dresden: Globalfoundries verlagert Teil der Produktion nach Portugal


๐Ÿ“ˆ 17.06 Punkte

๐Ÿ“Œ The Last of Us Part 3: Produktion zu The Last of Us Online gestoppt - Kommt nun der dritte Teil der Reihe?


๐Ÿ“ˆ 17.06 Punkte

๐Ÿ“Œ The Witcher Staffel 4: Die Dreharbeiten der Netflix-Produktion sind gestartet - "Game of Thrones"-Star wird Teil des Casts


๐Ÿ“ˆ 17.06 Punkte

๐Ÿ“Œ Google bringt eine Python-Runtime in Go


๐Ÿ“ˆ 16.93 Punkte

๐Ÿ“Œ Grumpy: Google erstellt Python-Runtime in Go


๐Ÿ“ˆ 16.93 Punkte

๐Ÿ“Œ Google bringt eine Python-Runtime in Go


๐Ÿ“ˆ 16.93 Punkte











matomo