kartoza / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
http://geonode.org/
GNU General Public License v3.0
8 stars 17 forks source link

Add Wagtail for static page #556

Closed zamuzakki closed 4 years ago

zamuzakki commented 4 years ago

For https://github.com/kartoza/IGRAC-GGIS/issues/31.

Wagtail admin page can be accessed from /cms, using the same admin account used to login to Django Admin page. Wagtail page can be accessed from /pages

zamuzakki commented 4 years ago

@ann26 I need to read more docs on how to customize the template and where to put it. I have followed https://docs.wagtail.io/en/v2.0/getting_started/tutorial.html for templates styling and locations, but still not working. So when we open the /page, it will only show Disclaimer and Licenses with white background, no styling at all.

zamuzakki commented 4 years ago

Wagtail Admin: Screenshot from 2020-05-26 11-21-59

Screenshot from 2020-05-26 11-21-50

Wagtail Page: Screenshot from 2020-05-26 11-22-03

zamuzakki commented 4 years ago

Fix https://github.com/kartoza/IGRAC-GGIS/issues/31.

wagtail

anitanh commented 4 years ago

hi @zamuzakki please resolve the conflicts and then you can merge. Please use squash and merge. thanks.