Sanic-MDL-Blog icon indicating copy to clipboard operation
Sanic-MDL-Blog copied to clipboard

An async Python server running Material Design Lite Blog template

Results 2 Sanic-MDL-Blog issues
Sort by recently updated
recently updated
newest added

https://github.com/stopspazzing/Sanic-MDL-Blog/blob/2d267d51c27b6084c5d3d2bf29b371619e274a89/app/models.py#L70 Line 70 and 71 in models.py the **;** is missing at the end of queries. If Config set to demo content = false, the app will crash as no...

Traceback (most recent call last): File "run.py", line 3, in from app import app File "/root/test/Sanic-MDL-Blog/app/__init__.py", line 5, in from app import views File "/root/test/Sanic-MDL-Blog/app/views.py", line 110 o.write(f'DB_URI = {repr(uri)}\n')...