Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/prismicio/python-django-starter
- Owner: prismicio
- Created: 2013-09-16T09:38:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-30T09:22:41.000Z (almost 8 years ago)
- Last Synced: 2024-04-08T16:54:41.235Z (9 months ago)
- Language: Python
- Homepage: https://developers.prismic.io
- Size: 20.5 KB
- Stars: 8
- Watchers: 17
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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" requestsExample:
PRISMIC = {
"api": "http://your_name.prismic.io/api",
"token": ""
}