GAE Atuin CMS is a Content Management System to build cloud-based websites that rely on top of the GAE Atuin Web Framework. This CMS is designed to be deployed on Google App Engine and to use the Google Datastore.
-
The good famous Flask web framework
-
i18n with Babel
-
Google Auth support and decorators
-
The atuin-tools development environment for
- SASS preprocessing
- CSS concatenation and minification
- JS concatenation, minification and obfuscation
- Images optimization
- Translations management (extraction, compilation )
- Pre-deploy preparation task
- Deploy procedure
- docker-compose
git clone [email protected]:atuinframework/gae-atuin-cms.git
cd gae-atuin-cms
# install dependencies
docker-compose run --rm tools gulp update
docker-compose up
- GAE Atuin CMS documentation
- Atuin Web Framework