This is the Google AppEngine version of Atuin Web Framework, a Scalebox's Flask web application skeleton. This porting 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
docker-compose
git clone [email protected]:atuinframework/gae-atuin.git
cd gae-atuin
# install dependencies
docker-compose run --rm tools gulp update
docker-compose up
-
Look at this documentation for: - Static files management (CSS, JS, images) - Translations handling - Deploy procedure