Skip to content

Commit

Permalink
Django setup added (collect static)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoBlanchette committed Sep 10, 2023
1 parent cb61472 commit 3ebd0d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ installers/./setup_gunicorn.sh
installers/./setup_nginx.sh
installers/./setup_camera.sh
installers/./setup_camera_cron.sh
installers/./setup_django.sh
installers/./setup_services.sh

#Post notes...
Expand Down
6 changes: 6 additions & 0 deletions installers/setup_django.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

echo Setting up Django...

$SKYTRACER_HOME/skytracer/./manage.py collectstatic --noinput

0 comments on commit 3ebd0d8

Please sign in to comment.