nightblure / django-site-docker

Небольшой новостной сайт на Django
10 stars 2 forks source link
celery django django-rest-framework docker github-actions poetry postgres postgresql pytest python redis

News Django Site

Build Status codecov Python 3.10

img.png

This project implements a small Django news site.

Files:

Local run:

Install dependencies:

make deps

Run Celery:

make celery

flower:

make flower

Run server:

make server

Linter checks:

make linter

Tests:

make tests

Local run with Docker:

  1. Clone repository
  2. Define DB name in .env if need custom name (variable POSTGRES_DB)
  3. Deploy with command make up
  4. Check address