Skip to content

Commit

Permalink
Added Codes to install Django admin theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Timtech4u committed Oct 29, 2018
1 parent 32a6150 commit 0f2818c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ echo 'Install python modules'
pip install -r requirements.txt
echo 'Done...'

echo 'Install Django Admin Theme'
python manage.py loaddata admin_interface_theme_django.json
echo 'Done...'

echo 'Collect static'
python manage.py collectstatic --noinput
echo 'Done...'
Expand Down

0 comments on commit 0f2818c

Please sign in to comment.