Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prismicio/python-django-starter

Starter project for Django – Works with any prismic.io repository
https://github.com/prismicio/python-django-starter

Last synced: 2 months ago
JSON representation

Starter project for Django – Works with any prismic.io repository

Awesome Lists containing this project

README

        

This is a starter django application for prismic.

Configuration
-------------
Inside your settings.py, add a dictionary PRISMIC with two keys:

* api - API endpoint
* token - If specified, this token is used for all "guest" requests

Example:

PRISMIC = {
"api": "http://your_name.prismic.io/api",
"token": ""
}