Please do all your testing here. Other test threads will be removed soon.
Forum based on Usware's Forum app dinette. Discuss about web application development using django and the related tech stack.
Please do all your testing here. Other test threads will be removed soon.
Cool Django tricks What are your favorite DJango tricks?
Treworld. We had django-registration hooked in but be disabled it. You can use Dinette with django-registration, if you wnat to. Testing
Dinnette roadmap On the roadmap, 1. Integration with Django-socialauth 2. Better test coverage. 3. Better integration with other blogengines/cms. (django-mingus/django-cms?) Please add your suggestions.
South -> To migrate the databases. Django pagination -> For paginating. Dinette requirements
Details about the Django design patterns Url: http://djangodesignpatterns.uswaretech.net Github: http://github.com/uswaretech/django-design-patterns Please add any new patterns, addendum, and patches here.
Socialauth details 1. Details at http://uswaretech.com/blog/2009/08/django-socialauth-login-via-twitter-facebook-openid-yahoo-google/ 2. Githuib: http://github.com/uswaretech/django-socialauth/tree/master
Licence Hello, I think the current licence situation for django-socialauth is quite unsatisfying http://github.com/uswaretech/Django-Socialauth/issues#issue/16 Note, I am saying this because I'm quite delighted about Dinette and thus django-socialauth. I was looking for a Django based forum for quite a while now but none of the existing ones so far convinced ...
Other Django based forum applications There a are quite a few Django based forum applications. Two good comparisions I have found are. http://yvan.seth.id.au/Entries/Technology/Code/Django_Forum_Software.html http://code.djangoproject.com/wiki/ForumAppsComparison
Dinette requirements List of dinette requirements 1. django-compressor 2. sorl-thumbnails 3. hashlib (or python 2.5+) Both of them are used in the templates, so if you write your own they are not exactly necessary!
How to installl and use Dinette Dinette - A Django based forum inspired by PhpBB ----------------------------------------------------------- Requirements ------------------------------ Dinette requires the following to be installed. 1. Python 2.5+ (May work with lower, but hasn't been tested.) 2. Django 1.1+ (May work with 1.0, but hasn't been tested.) 3. The following ...
There is one major disadvantage I can think of with threaded replies, Its very hard to get the UI right which works with large posts. The only places where I have seen this succesfully being used, reddit.com, news.ycombinator.com etc are 1. Not primarily a forum. 2. Work with small posts. With large texts, it (IMO), becomes harder to keep track of what has been said by whom, and in reply to whom. We actually have an [url=http://42topics.com]app which uses reddit style comments[/url] and it is available on [url=http://github.com/uswaretech/django-socialnews]github[/url] as well, so it is not a herculean task to plug this ...
You're right -- the UI is tough to get right. At work right now we're building a Django app (completely unrelated to forums, else I'd be able to sneak in some work hours to help contribute to this in addition to at-home time :)) that's had several UI revisions (hefty ones) ... and we haven't released the actual product yet :) The bummer is I can't think of any sites that do this just yet. That could mean "nobody's thought of it" but it could also mean "people have tried it, and it turns out it really sucks." So I'll ...
Threading in Dinette I got a message from [url=http://willfe.com]William Ferrell[/url], with a feature request for thtreaded replies. I am not particularly keen on it, but would like to discuss, if this should be a good feature for Dinette to have? Will's message copied from the blog follows. ------------------------- Just following ...