-
Hello, I followed the instructions here:http://pinaxproject.com/pinax/quick_start/ mainly:
pip install virtualenv
virtualenv mysiteenv
source mysiteenv/bin/activate
pip install pinax-cli
pinax s…
-
```
Because recipient type and recipient ID are required fields but are not
auto-entered when creating a survey via /survey/add , it's not possible to
edit+save a survey via the admin (because one doe…
-
```
Because recipient type and recipient ID are required fields but are not
auto-entered when creating a survey via /survey/add , it's not possible to
edit+save a survey via the admin (because one doe…
-
http://code.google.com/p/django-notification/issues/detail?id=6
> ## Reported by jjconti, May 22, 2008
>
> I suggest a new attribute for NoticeType: name.
>
> If label is "Información" name should …
zerok updated
15 years ago
-
It's ideal to have titles no longer than 60 characters and meta descriptions no longer than 150 characters.
We should at least provide that help text in the admin, but ideally we should provide a cha…
-
It would be nice to use the referral in the query string of a URL. In order to have backward compatibility, this could be optional. This would have several benefits.
- Could attach to any URL, so no…
-
part of #1
-
```
Pinax needs a Friends tab with a list of user's friends, options to remove
friends, links to search profiles and invitations.
```
Original issue reported on code.google.com by `pablo.platt@gmai…
-
```
I think some extra displays like a list of friends of friends and other
useful portlet style items might make Django-Wall a center of functionality
for a Pinax based site.
```
Original issue repo…
-
I believe the error is on line 152 of customers.py file.
```
for subscription in cu["subscriptions"]["data"]:
subscriptions.sync_subscription_from_stripe_data(customer, subscripti…