Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. Install uv
    curl -Ls https://astral.sh/uv/install.sh | bash
  2. Install dependencies
    uv sync --frozen --no-cache

Locale compile

  1. Make messages for translation
    python manage.py makemessages -l en
  2. Compile the messages after adding translations to the .po files for them:
    python manage.py compilemessages   

Ruff

  1. To format the entire project
    ruff format .
  2. To check the entire project for code style compliance
    ruff check . --fix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages