Skip to content

Commit

Permalink
Remove the migration in start, since it does not use db, added missin…
Browse files Browse the repository at this point in the history
…g .envs files
  • Loading branch information
davidmgvaz committed Jan 2, 2024
1 parent dbfede6 commit f85b63b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .envs/.django
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# General
# ------------------------------------------------------------------------------
USE_DOCKER=yes
IPYTHONDIR=/app/.ipython
1 change: 0 additions & 1 deletion compose/django/start
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ set -o pipefail
set -o nounset


python manage.py migrate
exec python manage.py runserver_plus 0.0.0.0:8000

0 comments on commit f85b63b

Please sign in to comment.