Skip to content

Commit

Permalink
Remove django-tui
Browse files Browse the repository at this point in the history
I couldn't find any actual use case for the package
  • Loading branch information
ulgens committed Oct 15, 2024
1 parent 4f29b70 commit 083de5f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 322 deletions.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ services:
- .:/code
env_file: .env
environment:
# For django-tui: https://github.com/anze3db/django-tui/issues/6
# The default value is "xterm" and limits available color palette
# https://stackoverflow.com/questions/10003136/what-is-the-difference-between-xterm-color-xterm-256color
- TERM=xterm-256color
working_dir: /code/src
command: python manage.py runserver 0:8000
Expand Down
Loading

0 comments on commit 083de5f

Please sign in to comment.