zero-users

Another simple app to manage profiles in Django
Download

zero-users Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Jose Maria Zambrana Arze
  • Publisher web site:
  • http://github.com/mandlaweb/

zero-users Tags


zero-users Description

zero-users is yet another simple app to manage profiles in Django.1. To install run the following command in this directory: python setup.py install2. Add the app in the INSTALLED_APPS on your settings:INSTALLED_APPS = ( ..., 'users', ...., )3. Add to your urls.py:... urlpatters += patterns('', url(r'^users/', include('users.urls')), ) ...4. Add in you settings.py AUTH_PROFILE_MODULE = 'users.Profile' LOGIN_URL = '/users/login' LOGIN_REDIRECT_URL = '/' # You can use here another path too.Product's homepage


zero-users Related Software