https://github.com/mariofix/limelight
Flask extensions and libraries
https://github.com/mariofix/limelight
flask flask-app flask-application flask-development flask-extensions flask-framework flask-plugins flask-projects flask-web python
Last synced: 2 months ago
JSON representation
Flask extensions and libraries
- Host: GitHub
- URL: https://github.com/mariofix/limelight
- Owner: mariofix
- License: mit
- Created: 2023-02-28T09:28:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T00:56:35.000Z (4 months ago)
- Last Synced: 2025-03-30T07:51:13.674Z (3 months ago)
- Topics: flask, flask-app, flask-application, flask-development, flask-extensions, flask-framework, flask-plugins, flask-projects, flask-web, python
- Language: Python
- Homepage: https://flaskpackages.pythonanywhere.com
- Size: 6.59 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# limelight
## Babel
```shell
poetry run pybabel extract . -F babel/babel.cfg -o babel/base.pot
poetry run pybabel init -l es -i babel/base.pot -d limelight/translations
poetry run pybabel init -l en -i babel/base.pot -d limelight/translations
poetry run pybabel compile -d limelight/translations
poetry run pybabel update -i babel/base.pot -d limelight/translations
```