-
Notifications
You must be signed in to change notification settings - Fork 235
Description
I'm attempting to set up a simple "Hello World" app using FeinCMS, however when I try to access the "Page" section of the admin after following the instructions in the "Built-In Page Module" section in the ReadTheDocs documentation I get an error stating "column page_page.publication_date does not exist". It appears that I need to run some migrations in order to get FeinCMS to function, but the software has none built-in.
The documentation does contain a section on setting up migrations yourself, however when I try to follow the instructions there I get an ImportError exception stating "No module named 'myapp.migrate.page'" when I try to run the server (with "myapp" being replaced by the name of the application I'm trying to set up.) Is there any way to resolve this?