All public logs
Combined display of all available logs of PedrosBrainDump. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:35, 6 October 2024 413vhcu1lq0463ob talk contribs created page Deploy Django on Apache2 (Created page with "=== Install needed packages === sudo apt-get install python3 python3-pip apache2 libapache2-mod-wsgi-py3 python3-virtualenv snapd -y === Create virtual environment === Go to /var/www/ and create the dir to your project virtualenv myprojectenv Then activate the environment source myprojectenv/bin/activate === Install pip packages and run all migrations === Install Django and all packages needed pip install django === Configure the Apache web server === <VirtualHos...")