Skip to content

Commit

Permalink
Merge pull request #22 from TachyonByte/21-updating-startsh-script-fo…
Browse files Browse the repository at this point in the history
…r-sqlite-database

command added for sqlite db
  • Loading branch information
purvesh0110 authored Oct 17, 2024
2 parents 9225719 + ad1a9b5 commit 1318de0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Collect static files
cd ctf
python manage.py collectstatic --noinput
python manage.py migrate

# Start Daphne
daphne -b 0.0.0.0 -p 8089 ctf.asgi:application
Expand Down

0 comments on commit 1318de0

Please sign in to comment.