Newbee help on deploying Django App to Apache2

2021-05-30 Thread Moose Smith
App written in ubuntu virtual environment python 3.8.5. Works well on Visual Studio Code development server. Am trying to make it run on Apache2 development server. I have been able to install WSGI module on Apache Server and ran a test Hello World in Python and it worked. However, the django

Re: Newbee help on deploying Django App to Apache2

2021-05-30 Thread Moose Smith
sier and better way to deploy, regardless the web > server. More information: > >- How to setup Apache with Gunicorn > > <https://djangodeployment.com/2016/11/30/how-to-setup-apache-with-gunicorn/> >- Detailed instructions on setting up Gunicorn ><https

Newbie question

2021-06-07 Thread Moose Smith
I have a table which holds simple data like addresses. Created a form which displays the records in the form and allows the user to select a record "address" to edit. I want this edit function to be generic so it will work on any table without me having to define fields etc... and using Model

Re: Help

2021-06-07 Thread Moose Smith
Hello I am a newbie to Django and Python. However, after a couple of intense weeks watching of some video's on Youtube, Google Searches, and Django Documentation I have been creating a cool website for quality control for my company. To answer your question I assume you have a Django applicati