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.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fc02b7a21496ae1c8bd9cf7ad8ce70e19247c93ba136bef5ccdae1576a8495f |
|
MD5 | bd1f8ddf436bc9a7b4812cc4a33eb5a9 |
|
BLAKE2b-256 | f3b7e341a532b5f80e0be75268b7a9b2001e5b194a8429f748c3ba51513d5e92 |