django-intranet

Intranet made easy
Download

django-intranet Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • Ionyse
  • Publisher web site:
  • http://bitbucket.org/ionyse/

django-intranet Tags


django-intranet Description

django-intranet is a Django app to create fast enterprise management applications.Based on Django-1.4 you start a project, add intranet and the other module you want to use.That's it, you are ready to go with your intranet.DocumentationSee docs/ folder for detailed documentation.Read it online at : http://django-intranet.readthedocs.org/Quick startCreate a project folder and enter-it pip install django-intranet South django-admin.py startproject myintranetConfigure the database and add intranet and south to you INSTALLED_APPS.python manage.py syncdb --migrateNow you can install one of the contrib module or your own.Permissions3 ways of defining a permission :- Using django.contrib.auth permission system of Model- Using an instance method that will take a user as a parameter- Using django-guardian for user configuration per-object permissionProduct's homepage


django-intranet Related Software