radiac / nanodjango

Full Django in a single file - views, models, API ,with async support. Automatically convert it to a full project.
544 stars 24 forks source link

Update troubleshooting.rst #26

Closed koaning closed 1 month ago

koaning commented 1 month ago

Not super familiar with rst, but I noticed this one bit where the code did not render nicely. Looking at the code above I figured a double colon was required.

CleanShot 2024-09-27 at 10 16 44

I could be wrong, but figured I might as well make an attempt at a PR instead of just making an issue.

radiac commented 1 month ago

Thank you for spotting this!

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.07%. Comparing base (9eb4755) to head (cae6313). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #26 +/- ## ========================================== - Coverage 81.26% 81.07% -0.20% ========================================== Files 21 21 Lines 1169 1173 +4 ========================================== + Hits 950 951 +1 - Misses 219 222 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.