Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hupratt/glob
- Owner: hupratt
- Created: 2020-05-11T09:23:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-17T18:20:41.000Z (over 1 year ago)
- Last Synced: 2024-07-30T21:01:04.770Z (6 months ago)
- Topics: blog, django, django-rest-framework, react, wagtail
- Language: Python
- Homepage: https://blog.craftstudios.shop/
- Size: 30.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
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