| changeset 347 | 0a359382701b |
| parent 327 | d858c3bb07fe |
| child 407 | 2d14a80716e2 |
| 346:af73719c208c | 347:0a359382701b |
|---|---|
839 import cm.activity |
839 import cm.activity |
840 import cm.notifications |
840 import cm.notifications |
841 |
841 |
842 # we fill username with email so we need a bigger value |
842 # we fill username with email so we need a bigger value |
843 User._meta.get_field('username').max_length = 75 |
843 User._meta.get_field('username').max_length = 75 |
844 |
|
845 import monkey_patches |