colmoneill / Jason-Scraper

This application can synch a remote Artlogic API feed into a local MongoDB database.
GNU General Public License v3.0
2 stars 0 forks source link

NameError: global name 'request' is not defined #3

Closed colmoneill closed 9 years ago

colmoneill commented 9 years ago

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 ?

codingisacopingstrategy commented 9 years ago

Added some notes in https://github.com/colmoneill/Jason-Scraper/commit/281b98c0b982d8a50d9fc31f214a2c78fb2b0e81

colmoneill commented 9 years ago

That did it, cheers!