calendarwatch_frontend/server
Raphael Maenle dbb6d170da adds structure for virtual environment uwsgi and http communication
- starts uwsgi and flask in virtual environment instead of docker
- sets oauth2 https error to false (OAUTHLIB_INSECURE_TRANSPORT=1)

- this setup works, but
  - moving it into docker
  -  removing the venv
  -  and allowing https connection internally?
would be better
2020-05-10 20:31:42 +02:00
..
template adds email login and registration forms 2020-04-23 17:11:23 +00:00
__init__.py adds backend script which can be run as a cronjob every n minutes to generate new json files for google calendars 2020-04-24 17:54:56 +00:00
forms.py adds email login and registration forms 2020-04-23 17:11:23 +00:00
googleHandler.py adds backend script which can be run as a cronjob every n minutes to generate new json files for google calendars 2020-04-24 17:54:56 +00:00
models.py adds backend script which can be run as a cronjob every n minutes to generate new json files for google calendars 2020-04-24 17:54:56 +00:00
routes.py adds structure for virtual environment uwsgi and http communication 2020-05-10 20:31:42 +02:00