Skip to content

Commit

Permalink
Merge pull request #236 from yuriy-kormin/sh_plus
Browse files Browse the repository at this point in the history
improve 'make shell' to shell_plus extension using #226
  • Loading branch information
emp7yhead committed Jan 24, 2023
2 parents 8888822 + 315e53c commit f3376a6
Show file tree
Hide file tree
Showing 4 changed files with 779 additions and 624 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -15,7 +15,7 @@ setup: migrate
poetry run python manage.py createsuperuser

shell:
poetry run python manage.py shell
poetry run python manage.py shell_plus --plain

# Need to have GNU gettext installed
transprepare:
Expand Down
1 change: 1 addition & 0 deletions config/settings.py
Expand Up @@ -44,6 +44,7 @@
'auth.apps.AuthConfig',
'crispy_forms',
"crispy_bootstrap5",
'django_extensions',
]

MIDDLEWARE = [
Expand Down

0 comments on commit f3376a6

Please sign in to comment.