https://github.com/pablo-pinargote/djangocms-boilerplate
Basic Django CMS application boilerplate.
https://github.com/pablo-pinargote/djangocms-boilerplate
Last synced: 3 months ago
JSON representation
Basic Django CMS application boilerplate.
- Host: GitHub
- URL: https://github.com/pablo-pinargote/djangocms-boilerplate
- Owner: pablo-pinargote
- Archived: true
- Created: 2021-07-29T00:40:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-27T20:25:34.000Z (over 3 years ago)
- Last Synced: 2025-02-13T03:26:20.685Z (4 months ago)
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Django CMS Basic Boilerplate
This is a basic boilerplate to build Django CMS applications; the folder structure tries to be as simple and clear as possible.
## Boilerplate key points
- It is intended to be published on Google Cloud Run trought gunicorn.
- It uses Google Cloud Storage as production media and static files' repository.
- The docker image is based on python:3.7-buster.
- Settings modules are separated on two python files, one for development and one for production.
- It inculdes djangocms_svimage and djangocms_cssimport plugins.
- It encourages the use of piper-cli to synchronize snippets between the local development environment and the portal database.