-
```
I had expected mail notification to be sent immediately when doing my first
test of the pinax complete_project, but after looking around docs and code
for a while, I realized that the behavior was…
-
```
A patch below for pinax/apps/external_apps/swaps/models.py was necessary to
successfully run django-admin.py makemessages -l to create django.po
under locale//LC_MESSAGES.
172,175c172,175
< …
-
```
Environment:
Request Method: POST
Request URL: http://localhost/photos/upload/
Django Version: 1.0-final-SVN-unknown
Python Version: 2.5.2
Installed Applications:
['django.contrib.auth',
'django…
-
```
I had expected mail notification to be sent immediately when doing my first
test of the pinax complete_project, but after looking around docs and code
for a while, I realized that the behavior was…
-
PasswordChangeView and PasswordResetTokenView are two different ways users may change their passwords. They both trigger identical messages ("Password successfully changed."), but the latter doesn't p…
-
```
A patch below for pinax/apps/external_apps/swaps/models.py was necessary to
successfully run django-admin.py makemessages -l to create django.po
under locale//LC_MESSAGES.
172,175c172,175
< …
-
```
I had expected mail notification to be sent immediately when doing my first
test of the pinax complete_project, but after looking around docs and code
for a while, I realized that the behavior was…
-
```
Environment:
Request Method: POST
Request URL: http://localhost/photos/upload/
Django Version: 1.0-final-SVN-unknown
Python Version: 2.5.2
Installed Applications:
['django.contrib.auth',
'django…
-
```
Environment:
Request Method: POST
Request URL: http://localhost/photos/upload/
Django Version: 1.0-final-SVN-unknown
Python Version: 2.5.2
Installed Applications:
['django.contrib.auth',
'django…
-
```
What steps will reproduce the problem?
1. Try to setup Pinax as expected with django apps (i.e., creating
superuser at syncdb)
2. Try fix to get superuser profile created explained
here
3. Login …