Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiri-one/easyblog_django
New CMS for my blog on http://jiri.one site
https://github.com/jiri-one/easyblog_django
Last synced: about 1 month ago
JSON representation
New CMS for my blog on http://jiri.one site
- Host: GitHub
- URL: https://github.com/jiri-one/easyblog_django
- Owner: jiri-one
- Created: 2022-08-08T12:48:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T18:38:55.000Z (over 1 year ago)
- Last Synced: 2023-03-25T19:32:05.463Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 379 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# easyblog_django
New main site for my blog with Django (Python) like a backend, PostgreSQL like a database and some pure JavaScript like a frontend. You can see results on [https://jiri.one](https://jiri.one).PyTest based Django tests status: [![Django Tests (PyTest)](https://github.com/jiri-one/easyblog_django/actions/workflows/tests.yml/badge.svg)](https://github.com/jiri-one/easyblog_django/actions/workflows/tests.yml)
Tox based tests status (PyTest, MyPy, PyFlakes): [![Tox Tests](https://github.com/jiri-one/easyblog_django/actions/workflows/tox_tests.yml/badge.svg)](https://github.com/jiri-one/easyblog_django/actions/workflows/tox_tests.yml)
Main features of blog:
- extensively tested (PyTest and PyTest Django)
- for code are used linters and checkers (MyPy and PyFlakes)
- automatic deploy to server witch GitHub WebHooks (every tag is automaticaly deployed to server)