Skip to main content

No project description provided

Project description

# dcomputationaltool

Dcomputationaltool is a Django app which handle the genome coordinates

Quick start

  1. Add “dcomputationaltool” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'dcomputationaltool',
    ]
  2. Include the dcomputationaltool URLconf in your project urls.py like this:

    url(r'^dcomputationaltool/', include((dcomputationaltool.urls, 'dcomputationaltool'), namespace='dcomputationaltool')),
  3. Run python manage.py migrate to create the dcomputationaltool models.

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

dcomputationaltool-0.0.2a3.tar.gz (12.5 kB view hashes)

Uploaded Source

Built Distribution

dcomputationaltool-0.0.2a3-py2.py3-none-any.whl (19.5 kB view hashes)

Uploaded Python 2 Python 3

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