Skip to main content

Staging module for the Django-HCUP Hachoir (djhcup)

Project description

=====
HCUP Hachoir: Staging module
=====

Part of the Django-HCUP Hachoir set of Python packages. Provides functionality roughly corresponding to the "staging" phase of a data warehouse, but focused exclusively on handling data from the United States Healthcare Cost and Utilization Project (HCUP). More information about HCUP is available online at https://www.hcup-us.ahrq.gov/.

Quick start
-----------

0. Make sure you have djhcup-core properly installed. djhcup_staging depends on functionality provided through djhcup-core, and will not be accessible through the web server without it.

1. Add "djhcup_staging" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = (
...
'djhcup_staging',
)

2. N.B., you do not need to separately modify your Django urls.py for djhcup_staging to work. Once djhcup-core is installed, it will automatically handle urls for djhcup_staging and its sister modules.

3. Run `python manage.py syncdb` to create the djhcup_staging models. Or, if using South, migrate forward to build database objects for this package's models.

4. Start your server per normal (for test servers, use `python manage.py runserver`).

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

djhcup_staging-0.20140415.tar.gz (18.4 kB view details)

Uploaded Source

File details

Details for the file djhcup_staging-0.20140415.tar.gz.

File metadata

File hashes

Hashes for djhcup_staging-0.20140415.tar.gz
Algorithm Hash digest
SHA256 9b5047544edf1f208bd9a49fe72a10109d222e0d5bc39ad4e8e09d6669859ce2
MD5 8ed914ef61a285952f53675d03b4375a
BLAKE2b-256 aac783c0b755fb7cf6ee4345f0c850a4835a29c396014f30bbadf722e867c049

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page