-
```
What steps will reproduce the problem?
1. Run Pinax 'Basic Project'.
2. From Internet Explorer, navigate to Signup page.
3. Enter a username.
4. Try tab out, or click on any other field (to trigge…
-
How about compatibility for Django 2.1 and Python 3.7?
-
Hello,
Looks a very nice package, where i can find the example documentation?
Thanks
-
Hi,
Can you let me know what the plan is for Pinax Stripe? It looks like some of Stripe's entities and relationships have changed as well as the API itself.
See https://stripe.com/docs/billin…
-
```
Background:
Photologue2 functionality has been split in two projects:
Photologue3: Gallery management application and
Imagekit: Image manipulation library
Justin Driscoll(photologue author) sugge…
-
I think this supersedes #360
Would be better, and possibly easir, to add notifications to the new UI. Here some notes on what it will take.
Here's the existing UI in the Accounting app:
![screen…
-
in order to have pinax compatibility static files (images, js, and css) must be referenced using _{{ STATIC_URL }}_
for maintaining standalone version, _STATIC_URL_ must be defined in the _settings.p…
-
When using a builtin type for the model, i.e. "dict", the pinax.api.registry.register.as_jsonapi() function fails with:
`builtins.TypeError: can't set attributes of built-in/extension type 'dict'`
-
If you have two models that inherit from the logicaldelete Model one with a GenericForeignKey pointing to the other and the other with a GenericRelation for the type of the other with a `fields` argum…
-
The only event I can see on the calendar is the "New Pinax site" event. None of the recurring events show up. No errors seem to be raised. The 'schedule/api/occurrences/...' link replies only with …