| Name | emacsit |
|---|---|
| Email Address | Reveal this emailaddress |
| Posts | 3 |
-
- 2008-03-13 01:29:19
- Re: epostasia community classified ads
- Board >> Who's using SCT
- Not sure whether it's the right thing to do but I used the community Group. I added a class method to the Group model to get all the root Groups as a convenience method.
In case anyone is interested the code is like this
@classmethod
def rootGroups(cls):
" Usage - Group.rootGroups()"
return cls.objects.filter(parent__isnull=True)
This returns the root Groups in alphabetical order. If you want a particular group first, insert it at the beginning.
Thanks Herbert, I liked your SCT very much and found it feature rich and not too difficult to implement. Keep the good work up.
--- Last Edited by emacsit at 2008-03-13 01:30:00 ---
-
- 2008-03-12 13:25:18
- epostasia community classified ads
- Board >> Who's using SCT
- Classified ads organized by country/city/category(and subcategory if any). Current implementation is for some Asian countries but easily extensible to other countries or languages.
Uses the forum part of SCT, but organizes the forum categories into groups.
-
- 2008-01-30 05:04:44
- Re: Testing
- Board >> Sandbox
- Testing with BBCode.
Red Text
A list of fruits :- apples
- oranges
- durians
- Works great. Thanks Herbert!!
--- Last Edited by emacsit at 2008-01-30 05:05:27 --- - apples
