Skip to main content

A Django app to document and track the administration and maintenance of computer systems

Project description

django-system-maintenance is a Django app to document and track the administration and maintenance of computer systems.

Source code is available on GitHub at mfcovington/django-system-maintenance.

Installation

PyPI

pip install django-system-maintenance

GitHub

pip install https://github.com/mfcovington/django-system-maintenance/releases/download/0.1.0/django-system-maintenance-0.1.0.tar.gz

Configuration

Add system_maintenance and its dependencies to INSTALLED_APPS``in ``settings.py:

INSTALLED_APPS = (
    ...
    'django.contrib.humanize',
    'system_maintenance',
)

Add the system_maintenance URLs to the site’s urls.py:

urlpatterns = [
    ...
    url(r'^system_maintenance/', include('system_maintenance.urls', namespace='system_maintenance')),
]

Migrations

Create and perform system_maintenance migrations:

python manage.py makemigrations system_maintenance
python manage.py migrate

Usage

  • Start the development server:

python manage.py runserver
  • Login and add yourself as a system administrator: http://localhost:8000/admin/system_maintenance/sysadmin/add/

  • Visit: http://127.0.0.1:8000/system_maintenance/

Version 0.1.0

Revision History

0.1.0 2015-11-02

  • A Django app to document and track the administration and maintenance of computer systems

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-system-maintenance-0.1.0.tar.gz (13.0 kB view hashes)

Uploaded Source

Built Distribution

django_system_maintenance-0.1.0-py32-none-any.whl (20.2 kB view hashes)

Uploaded Python 3.2

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