-
Fetch input url from user through a webpage and then create QR code based on it. Display it in the same webpage.
-
@baldrige is documenting the business logic; transactions already exist as models, now we just need to use signals and post-save hooks to do as much work as possible for each of the transaction types.
-
## Expected Behavior
Once a valid backup token is submitted and saved in `validated_step_data`, the token step/form should be filtered out of the form_list for the LoginView. I could be wrong…
-
Hello. Do you plan to add Mailtrap as a supported ESP?
https://mailtrap.io/
-
Seems strange to throw up your hands at that point, when it's as simple as
from django.core.wsgi import get_wsgi_application
application = get_wsgi_application()
-
Hi there!
I'm trying to specify different serializers depend on user type or request data.
```
class UserViewSet(serializers.ModelSerializer):
...
def get_serializer_class(self):
…
-
I am trying to filter using tags created with taguluous. However, when using the Q object to filter the tags, it comes up with this error
**Exception Value: invalid literal for int() with base 10: …
-
In our application use case of report builder (running django 1.8, with report_builder 3.2) anytime a call runs through get_relation_fields_from_model and a related field is found (adding it to relati…
-
Most apps use global settings named `APPNAME_foo`.
A fixture `app_settings` could create a renaming proxy in which `app_settings.FOO` maps to `settings.APPNAME_FOO`.
Also , the fixture could det…
-
Thank you very much for the author's work. We have made a web version of the site [comic-translate](https://www.comictranslate.net/) based on this. It is hoped that the author can consider restructuri…