Add basics for telegram bot
Showing
- Dockerfile 6 additions, 3 deletionsDockerfile
- Dockerfile.development 6 additions, 0 deletionsDockerfile.development
- README.md 3 additions, 0 deletionsREADME.md
- app/__init__.py 8 additions, 0 deletionsapp/__init__.py
- app/app_context.py 7 additions, 0 deletionsapp/app_context.py
- app/bouncer/views.py 17 additions, 17 deletionsapp/bouncer/views.py
- app/controllers/__init__.py 1 addition, 1 deletionapp/controllers/__init__.py
- app/controllers/free_workplaces.py 17 additions, 17 deletionsapp/controllers/free_workplaces.py
- app/controllers/lock.py 1 addition, 1 deletionapp/controllers/lock.py
- app/controllers/record.py 6 additions, 6 deletionsapp/controllers/record.py
- app/controllers/reservation.py 6 additions, 6 deletionsapp/controllers/reservation.py
- app/controllers/user.py 1 addition, 1 deletionapp/controllers/user.py
- app/exceptions.py 2 additions, 2 deletionsapp/exceptions.py
- app/models/reservation.py 1 addition, 1 deletionapp/models/reservation.py
- app/static/css/style.css 1 addition, 1 deletionapp/static/css/style.css
- app/templates/base_authenticated.html 1 addition, 1 deletionapp/templates/base_authenticated.html
- app/templates/bouncer/home_anonymous.html 2 additions, 2 deletionsapp/templates/bouncer/home_anonymous.html
- app/templates/bouncer/home_authenticated.html 1 addition, 1 deletionapp/templates/bouncer/home_authenticated.html
- app/templates/login/register_success.html 1 addition, 1 deletionapp/templates/login/register_success.html
- bot/__init__.py 1 addition, 0 deletionsbot/__init__.py
Loading
Please register or sign in to comment