Skip to main content

Intranet made easy

Project description

Intranet made easy.

Abstract

django-intranet is the minimal codebase 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.

Documentation

See docs/ folder for detailed documentation.

Read it online at : http://django-intranet.readthedocs.org/

Quick start

Create a project folder and enter-it

$ pip install django-intranet South
$ django-admin.py startproject myintranet

Configure the database and add intranet and south to you INSTALLED_APPS.

$ python manage.py syncdb --migrate

Now you can install one of the contrib module or your own.

Permissions

3 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 permission

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-intranet-0.4.tar.gz (215.8 kB view details)

Uploaded Source

File details

Details for the file django-intranet-0.4.tar.gz.

File metadata

File hashes

Hashes for django-intranet-0.4.tar.gz
Algorithm Hash digest
SHA256 95ad4a95f94872bc50188e33253d4dd93f88982981fcaa596efefd3eac620aea
MD5 ba5c02f50e62bfe85fb10a5c8072f7b6
BLAKE2b-256 b485994f9911a3de57216e4820edd29de7830d6204312029f9146b603b8f6b54

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page