Hello all,
I wanted to try out wagtail, but ran into a problem early on. It seems some components of the admin are missing for me. Perhaps I've missed a step in the install somewhere, but I couldn't find any.
When I log in to the admin and attempt to edit the home page I see:
http://erik.io/j/wagtail1.png
So the title field is present, but all others are absent, so I'm unable to edit the page content. The web inspector below shows that this isn't simply a display issue: the HTML elements are simply absent. I can reproduce the problem in Chrome and Firefox, and my user is an admin. Editing the title and then publishing does show on the live homepage.
To be specific:
- I created a fresh virtualenv
- I installed wagtail 0.6 with Django 1.6.5 - I ran into some earlier difficulties using 1.7, so decided to stick to the known 1.6 for now
- I set my DJANGO_SETTINGS_MODULE to the dev settings
- I ran syncdb, migrate and then runserver
There are no 404s or other errors that I've noticed anywhere. I'm running Python 2.7.5 on Mac OS X 10.9.4.
Considered how early on this fails, I get the feeling I must have missed something obvious. Can anyone provide insights?
Erik