labertasche/__implementation_example
Domeniko Gentner 01d20f4641 Projects Update 2020-12-26
* The new comment path now sends `sendotp` in json, which reflects the project setting
* Removed unneccessary export_location in bp_dashboard/comments.py
* Stored Mail addresses in the block and allow list are considered global and not part of projects. Trust is universal.
* added missing cross_origin decorators
* added redirect to dbv2 update template
* now using a jinja2 template for the html mail
* location and project_id are now a composite unique in t_location
* corrected total comments graph
2020-12-26 18:50:15 +01:00
..
2020-12-04 13:16:56 +01:00
2020-12-04 13:16:56 +01:00
2020-12-16 21:39:01 +01:00
2020-12-26 15:20:49 +01:00
2020-12-26 18:50:15 +01:00
2020-12-04 13:16:56 +01:00
2020-12-04 13:18:39 +01:00

How to use this example

Please run

hugo --bind dev.localhost --baseURL http://dev.localhost --disableLiveReload

in this folder to view this example. Point your web browser then to dev.localhost.

Please also add

127.0.0.1 dev.localhost

to

  • Windows: %WINDIR%\system32\drivers\etc\hosts
  • MAC/Linux: /etc/hosts

before running the example.

There is another readme when you view the page.