Skip to content

Connecting various devices over a network using APIs.

Notifications You must be signed in to change notification settings

ishukhanchi/connectingdevices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

connectdevices

Conecting various devices over a network using APIs.

Steps to install django:

Steps to setup:

Clone the repository. git clone https://github.com/ishukhanchi/connectingdevices.git

Open terminal and follow following commands:

  • Change directory to repository. cd connectingdevices
  • virtualenv env --no-site-packages
  • source env/bin/activate
  • python manage.py migrate
  • python manage.py createsuperuser
  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py runserver
    and open localhost:8000 on your browser to view the app.
  • To stop serving the website, press ctrl+c.
  • Code can be modified in any text-editor. Eg:Sublime-Text.
  • Changes will be reflected in the app by using commands:
    python manage.py migrate
    python manage.py makemigrations

About

Connecting various devices over a network using APIs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published