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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-intranet-0.2.tar.gz
.
File metadata
- Download URL: django-intranet-0.2.tar.gz
- Upload date:
- Size: 128.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | edf486c93477102d01b34abd7917eeca1670821312d41523fe2fc27fddf8618e |
|
MD5 | a9d999083a789d4c844af8491dc347d3 |
|
BLAKE2b-256 | 4352d50d186f0254c17cc49cf1592e1cb4c9258513b4257ab56f61dca2724327 |