Skip to content

My project about how to display results from Sensor that works in Raspberry Pi.

Notifications You must be signed in to change notification settings

ryco-h/JSON-GPIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi - Django - JSON

My project about how to display results from Sensor that works in Raspberry Pi.

Html file visit : raspi/raspiapp/templates/raspiapp/json.html

For views.py visit : raspi/raspiapp/views.py

To start your django project :

  • open cmd.exe
  • activate your virtual environment (if you dont have, type this code : conda create --name yourenvname django, if you don't have anaconda installed, google it for better experience)
    • to activate it type : activate yourenvname
  • change your directory to your django project where manage.py is located
  • type : python manage.py runserver
  • open your browser and type localhost:8000/

About

My project about how to display results from Sensor that works in Raspberry Pi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published