Common functionality across different Django projects of the UofC UIS Automation team
Project description
Automation Common is a simple Django app that provides common functionality across different Django projects of the UofC UIS Automation team.
Quick start
Add “automationcommon” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'automationcommon', ]
Include the automationcommon URLconf in your project urls.py like this:
url(r'', include('automationcommon.urls')),
Run python manage.py migrate to create the automationcommon models.
All module logging writes to a logger named ‘automationcommon’
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
Close
Hashes for django-automationcommon-1.11.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5056d45ec177650133d2de962121f44ee54bca927a96e6d70302e9477eb4b527 |
|
MD5 | 53b6ea9ce714bada2a8fff048f20e30d |
|
BLAKE2b-256 | 2914e62d027a142ae3e0fbebfc5519621232b1f62e5a9947bfafcdfe154094f8 |