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