Is this the right way to proceed? I added cms.py as it is different to app.py which could eventually be renamed to website.py if I understand the dedicated untility workings of Flask.
In cms.py I attempt to enter the input from the form into the DB but I can't get the syntax to match.
The error is the issue title. Any ideas @codingisacopingstrategy ?
Making a CMS 'app'
Is this the right way to proceed? I added cms.py as it is different to app.py which could eventually be renamed to website.py if I understand the dedicated untility workings of Flask.
In cms.py I attempt to enter the input from the form into the DB but I can't get the syntax to match.
The error is the issue title. Any ideas @codingisacopingstrategy ?