Skip to content

MintyClouds/TTSync

Repository files navigation

ttsync

Getting Started

After clone or init git repo you need to call init command.

make init

After that you need to set environment variables in .env and config.yaml files.

The next step is to build the project.

make build

When the web is fully built you can continue to configure the project.

make full-migrate   # makemigrations and migrate
make admin          # createsuperuser
make collectstatic  # collectstatic

Project Features

This project is built on DRF and PostgreSQL.

Makefile

This project uses Makefile. List of make commands:

make init
make build
make down
make web-logs
make web-build
make redis-cli
make pg-shell
make full-migrate   # makemigrations and migrate
make admin          # createsuperuser
make collectstatic  # collectstatic

Pre-Commit

This project uses pre-commit. List of base linters:

  • black
  • flake8
  • isort

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published