Marco Kamner
Marco Kamner
I really like the showcase section and wanted to contribute one of my pages.
As discussed in #82 For the moment just some quick notes on how we can do this: - Extract the twitter & other open graph like tags from baseof.html into...
When using a custom user model the `username` field may not exist on the model. Django solves this by having a `get_username` method on the `User` model as documented [here](https://docs.djangoproject.com/en/4.2/ref/contrib/auth/#django.contrib.auth.models.User.get_username)....
I've noticed, while building an app using django-magiclink, that the behavior of the `Login` view differs between a valid and invalid email addresses. Depending on the context of the application...
Nothing major, just a small bug in the command shown to serve the docs of a project after building. Example, using the click project: With the current command: ```bash $...
My domain changed. **Add your name to verify:** Marco Kamner
Hey @mholt and team, as discussed I took a stab at adding [tech playground embedded playgrounds](https://tech-playground.com/docs/embedding/) as we discussed in chat. I've added it two slightly different ways: - `handle_path`:...