Skip to content

Security system to protect books of a library, using RFID UHF Antenna, PIC32MX110F016D/TP, Django, PostgreSQL and Heroku

Notifications You must be signed in to change notification settings

wilantury/library_iot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

library IoT security system

Deploy application in Heroku

Login to Heroku account.

heroku login

Login to Heroku registry container.

heroku container:login

Create a new app

heroku create

Build and upload to heroku registry the image of our Django application

heroku container:push web --app <app_name>

Release our Django application

heroku container:release web --app <app_name>

Deploy production at heroku

  • In settings.py - DEBUG = False

  • Run: python manage.py collectstatic

  • Install whitenoise: pip install whitenoise

  • Add configuration to serve statics with whitenoise in settings.py

  • Run: heroku container: push web --app <app_name>

  • Run: heroku container:release web --app <app_name>

About

Security system to protect books of a library, using RFID UHF Antenna, PIC32MX110F016D/TP, Django, PostgreSQL and Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published