Skip to main content

Home/ Django/ Group items tagged users

Rss Feed Group items tagged

anonymous

Django - Adding Authentication achinghead.com - 0 views

  • As a shortcut, you can use the convenient login_required decorator.
    • anonymous
       
      Interesting...
  •  
    How to add user authentication to Django.
Leandro Ardissone

django-notify - Google Code - 0 views

  •  
    Django session/cookie based user notifications
Nicolas Perriault

mdiep/django-twitter-users - GitHub - 0 views

  •  
    Sign in with Twitter" for Django applications
Nicolas Perriault

samastur/Impostor - GitHub - 0 views

  •  
    Django app that enables staff to log in as other users using their own credentials.
mesbah095

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
pagetribe .

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.
Nicolas Perriault

Django Userena - Accounts for your Django application - 0 views

  •  
    Userena is a Django application that supplies your Django project with full account management
Gabriele Mearelli

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).
codesnail

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