https://github.com/hexlet-components/python-django-blog
https://github.com/hexlet-components/python-django-blog
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hexlet-components/python-django-blog
- Owner: hexlet-components
- Created: 2021-05-25T10:28:40.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T14:55:06.000Z (about 1 year ago)
- Last Synced: 2025-04-01T15:39:22.625Z (about 1 year ago)
- Language: Python
- Homepage: https://python-django-blog.hexlet.app
- Size: 54.7 KB
- Stars: 11
- Watchers: 10
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-django-blog
[](https://github.com/hexlet-components/python-django-blog/actions)
[Demo on Heroku](https://python-django-blog.hexlet.app)
## Requirements
* Python 3.13+
* uv
* GNU Make
## Setup
```bash
make setup
```
## Run server
```bash
make start
# Open http://localhost:8000
```
## Check codestyle
```bash
make lint
```
## Run tests
```bash
make test
make test-coverage # run tests with coverage report
```
---
[](https://hexlet.io?utm_source=github&utm_medium=link&utm_campaign=python-django-blog)
This repository is created and maintained by the team and the community of Hexlet, an educational project. [Read more about Hexlet](https://hexlet.io?utm_source=github&utm_medium=link&utm_campaign=python-django-blog).
See most active contributors on [hexlet-friends](https://friends.hexlet.io/).