Skip to main content

A simple Django app to manage companies hierarchy.

Project description

=====
Companies
=====

Companies is a simple Django app to manage a basic company hierarchy like:
Company A -> Branchs -> Divisions -> Employees with crud options.

Quick start
-----------

1. Add "companies" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = (
...
'companies',
)

2. Include the polls URLconf in your project urls.py like this::

url(r'^companies/', include('companies.urls')),

3. Run `python manage.py syncdb` to create the companies models.

Project details


Release history Release notifications | RSS feed

This version

0.1

Supported by

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