Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi + Arduino Uno in home project.

How to create new user:

>>> from home.database import db_session
>>> from home.models import User
>>> u = User('admin', 'admin@localhost', 'password')
>>> db_session.add(u)
>>> db_session.commit()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages