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.
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.7.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa9627649a87f38e5e4a43c400b017f2bedfabca01f74f662fb8c135e991897b |
|
MD5 | ed34692bb7ed7d98811ca08f11e606ac |
|
BLAKE2b-256 | c2535445e0fff66e0e5953ef889d041e3d157135c344c1c7eca8d4333a83a7f9 |