An open API service indexing awesome lists of open source software.

https://github.com/hexlet-components/python-django-blog


https://github.com/hexlet-components/python-django-blog

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# python-django-blog

[![github action status](https://github.com/hexlet-components/python-django-blog/workflows/Python%20CI/badge.svg)](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
```

---

[![Hexlet Ltd. logo](https://raw.githubusercontent.com/Hexlet/assets/master/images/hexlet_logo128.png)](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/).