As a shortcut, you can use the convenient login_required decorator.
django-notify - Google Code - 0 views
mdiep/django-twitter-users - GitHub - 0 views
samastur/Impostor - GitHub - 0 views
Guest Post Online - 0 views
-
Article Writing & Guestpost You Can Join this Site for Your Article & guest post, Just Easy way to join this site & total free Article site. This site article post to totally free Way. Guest Post & Article Post live to Life time only for Current & this time new User. http://guestpostonline.com
Big list of Django tips (and some python tips too) | Surfing in Kansas - 0 views
-
Big list of Django tips
-
Writing managers is really simple, and they provide a better user interface to your code. This code snippet simply adds a latest() method to the default objects manager class ForecastDayManager(Manager): def __init__(self, *args, **kwargs): super(ForecastDayManager, self).__init__(*args, **kwargs) def latest(self): return self.get_query_set().order_by('forecast_date')[0] It can be called ForecastDay.objects.latest(). This is a trivial example, but there is a lot of power that lies in this functionality.
Screencast: Django Command Extensions | Surfing in Kansas - 1 views
-
Django Command Extensions from Eric Holscher on Vimeo.
Users and the admin - 0 views
Picket - 6 views
-
Bugticket Tracker (Bugtracker)
-
Is there a demo site or some screenshots?
-
The demo site is here: http://bugs.nophp.ru/ (login with user demo, password demo), but it isn't currently available. It is very similar to Mantis (http://www.mantisbt.org/demo).
Django Blog Tutorial Free - 0 views
-
In this tutorial, we'll build a Blog application with Django that allows users to create, edit, and delete posts. The homepage will list all blog posts, and there will be a dedicated detail page for each individual post. Also, visitors can comment on the post and we make a threaded comment system. Django is capable of making more advanced stuff but making a blog is an excellent first step to get a good grasp of the framework.
1 - 13 of 13
Showing 20▼ items per page