Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hupratt/glob

📦 🚀 Wagtail, React, Django
https://github.com/hupratt/glob

blog django django-rest-framework react wagtail

Last synced: 3 months ago
JSON representation

📦 🚀 Wagtail, React, Django

Awesome Lists containing this project

README

        

# React/Wagtail blog

This is a demonstration project for the amazing [Wagtail CMS](https://github.com/wagtail/wagtail).
The front end will (eventually) be a react-redux single page app



C:\Users\santo\AppData\Local\Programs\Python\Python36-32\python.exe

from glob.blog.models import BlogPage
BlogPage.objects.get(id=5)

BlogPage.objects.get(id=5).authors()[0].image
BlogPage.objects.get(id=5).authors()[0].thumb_image
BlogPage.objects.get(id=5).authors()[0].image.get_rendition('fill-50x50').url

## Database UML