feincms / feincms3-example

Example feincms3 project providing a pages and an article app
https://feincms3.readthedocs.io
11 stars 6 forks source link

simplify requirements (remove PostgreSQL dependency) #8

Closed fiee closed 4 years ago

fiee commented 4 years ago

Since FeinCMS3 doesn’t use CTE any more, the PostgreSQL dependency doesn’t make sense. An example project should be as easy as possible.

matthiask commented 4 years ago

Thanks, this makes sense!

(The project still uses CTE, but django-tree-queries has gained support for sqlite's variant in the meantime.)