radiac / nanodjango

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

Remove redundant cleaning of URL in route() #2

Closed ehmatthes closed 7 months ago

ehmatthes commented 7 months ago

Remove leading slash from URL pattern in route() once, before entering wrapped().

Also, update .gitignore to ignore .venv/, and .DS_Store for Mac users.