Best practices in web development with Python and Django « News Apps Blog
Best practice advice on coding style to make your Django development more smooth while achieving high quality.
Impact factor for posts is a measurement of importance.
Impact factor for users reflect their authority, reputation and contribution on a particular topic.
Rating reflects the quality of posts.
Rating on Voofie is not a simple average of all ratings, but a weighted average of rating, weighted by the impact factor of users who rated.
Search function in Voofie is base on Semantic tags and keywords.
Tags are Semantic as each tag has a predefined, accurate meaning behind.
To add a keyword, select the "Keyword:" option. Select other items for adding a tag.
Just click "Search" after you have define your search query.
This is an organized guide of resources that everyone can edit.
Build a comprehensive guide to a topic by ordering separate pages and categorizing them into sub-topics.
This page collects any and all unofficial resources regarding Django. This page is based on Resources page in Django Project Trac page.
These are open-source application components that you can plug into any project. See ReusableAppResources for other resources for finding and evaluating re-usable apps.
These are stand-alone applications written using Django.
Best practice advice on coding style to make your Django development more smooth while achieving high quality.
This is an example snipplet on integrating CKEditor into Django
I would like to recommend Cherokee to all of you, who need to run web server. It's concurreny is awesome.
It can be used to replace Apache. With uwsgi, you can run Django with the least overhead.
Recaptcha is supposed to prevent robots from taking automated actions on your site. However, it is not desirable to have recaptcha stop your Django automated testing. It is not desirable to manually turn off receptcha before testing as well. This article provide a simple tips on how to disable Recaptcha for testing.