
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
django-genome
Advanced tools
.. image:: https://badge.fury.io/py/django-genome.svg :target: https://badge.fury.io/py/django-genome
.. image:: https://travis-ci.org/chopdgd/django-genome.svg?branch=develop :target: https://travis-ci.org/chopdgd/django-genome
.. image:: https://codecov.io/gh/chopdgd/django-genome/branch/develop/graph/badge.svg :target: https://codecov.io/gh/chopdgd/django-genome
.. image:: https://pyup.io/repos/github/chopdgd/django-genome/shield.svg :target: https://pyup.io/repos/github/chopdgd/django-genome/ :alt: Updates
.. image:: https://pyup.io/repos/github/chopdgd/django-genome/python-3-shield.svg :target: https://pyup.io/repos/github/chopdgd/django-genome/ :alt: Python 3
Django app for syncing and storing human genome reference data
The full documentation is at https://django-genome.readthedocs.io.
Install Django Genome::
pip install django-genome
Add it to your INSTALLED_APPS (along with DRF and django-filters):
.. code-block:: python
INSTALLED_APPS = (
...
'rest_framework',
'django_filters',
...
'genome',
...
)
Add Django Genome's URL patterns:
.. code-block:: python
from genome import urls as genome_urls
urlpatterns = [
...
url(r'^', include(genome_urls, namespace='genome')),
...
]
Initial sync for genome models::
python manage.py genome_sync
Does the code actually work?
::
source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox
Tools used in rendering this package:
cookiecutter-djangopackage_.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _cookiecutter-djangopackage: https://github.com/pydanny/cookiecutter-djangopackage
0.1.0 (2017-12-30) ++++++++++++++++++
0.2.0 (2018-01-05) ++++++++++++++++++
0.2.0 Changelog <https://github.com/chopdgd/django-genome/compare/v0.1.0...v0.2.0>_
0.2.1 (2018-01-08) ++++++++++++++++++
0.2.1 Changelog <https://github.com/chopdgd/django-genome/compare/v0.2.0...v0.2.1>_
0.2.2 (2018-01-12) ++++++++++++++++++
0.2.2 Changelog <https://github.com/chopdgd/django-genome/compare/v0.2.1...v0.2.2>_
0.3.0 (2018-02-09) ++++++++++++++++++
0.3.0 Changelog <https://github.com/chopdgd/django-genome/compare/v0.2.2...v0.3.0>_
0.4.0 (2018-03-30) ++++++++++++++++++
0.4.0 Changelog <https://github.com/chopdgd/django-genome/compare/v0.3.0...v0.4.0>_
0.5.0 (2018-04-04) ++++++++++++++++++
0.5.0 Changelog <https://github.com/chopdgd/django-genome/compare/v0.4.0...v0.5.0>_
0.6.0 (2018-04-07) ++++++++++++++++++
0.6.0 Changelog <https://github.com/chopdgd/django-genome/compare/v0.5.0...v0.6.0>_
0.6.1 (2018-04-18) ++++++++++++++++++
0.6.1 Changelog <https://github.com/chopdgd/django-genome/compare/v0.6.0...v0.6.1>_
0.6.2 (2018-05-14) ++++++++++++++++++
0.6.2 Changelog <https://github.com/chopdgd/django-genome/compare/v0.6.1...v0.6.2>_
0.6.3 (2018-05-16) ++++++++++++++++++
0.6.3 Changelog <https://github.com/chopdgd/django-genome/compare/v0.6.2...v0.6.3>_
0.6.4 (2018-05-16) ++++++++++++++++++
0.6.4 Changelog <https://github.com/chopdgd/django-genome/compare/v0.6.3...v0.6.4>_
0.7.0 (2018-06-01) ++++++++++++++++++
0.7.0 Changelog <https://github.com/chopdgd/django-genome/compare/v0.6.4...v0.7.0>_
0.7.1 (2018-06-07) ++++++++++++++++++
0.7.1 Changelog <https://github.com/chopdgd/django-genome/compare/v0.7.0...v0.7.1>_
0.7.2 (2018-08-13) ++++++++++++++++++
0.7.2 Changelog <https://github.com/chopdgd/django-genome/compare/v0.7.1...v0.7.2>_
0.7.3 (2018-09-26) ++++++++++++++++++
0.7.3 Changelog <https://github.com/chopdgd/django-genome/compare/v0.7.2...v0.7.3>_
0.7.4 (2018-10-29) ++++++++++++++++++
0.7.4 Changelog <https://github.com/chopdgd/django-genome/compare/v0.7.3...v0.7.4>_
0.7.6 (2018-11-27) ++++++++++++++++++
0.7.6 Changelog <https://github.com/chopdgd/django-genome/compare/v0.7.5...v0.7.6>_
0.7.7 (2019-02-08) ++++++++++++++++++
0.7.7 Changelog <https://github.com/chopdgd/django-genome/compare/v0.7.6...v0.7.7>_
0.7.8 (2019-04-10) ++++++++++++++++++
0.7.8 Changelog <https://github.com/chopdgd/django-genome/compare/v0.7.7...v0.7.8>_
0.8.0 (2019-05-31) ++++++++++++++++++
0.8.0 Changelog <https://github.com/chopdgd/django-genome/compare/v0.7.8...v0.8.0>_
0.8.1 (2019-06-14) ++++++++++++++++++
0.8.1 Changelog <https://github.com/chopdgd/django-genome/compare/v0.8.0...v0.8.1>_
0.8.2 (2019-07-26) ++++++++++++++++++
0.8.2 Changelog <https://github.com/chopdgd/django-genome/compare/v0.8.1...v0.8.2>_
0.9.0 (2019-08-02) ++++++++++++++++++
0.9.0 Changelog <https://github.com/chopdgd/django-genome/compare/v0.8.2...v0.9.0>_
0.9.1 (2019-08-05) ++++++++++++++++++
0.9.1 Changelog <https://github.com/chopdgd/django-genome/compare/v0.9.0...v0.9.1>_
0.9.2 (2019-08-09) ++++++++++++++++++
0.9.2 Changelog <https://github.com/chopdgd/django-genome/compare/v0.9.1...v0.9.2>_
0.9.3 (2019-09-09) ++++++++++++++++++
0.9.3 Changelog <https://github.com/chopdgd/django-genome/compare/v0.9.2...v0.9.3>_
1.0.0 (2019-11-01) ++++++++++++++++++
1.0.0 Changelog <https://github.com/chopdgd/django-genome/compare/v0.9.3...v1.0.0>_
1.1.0 (2019-11-26) ++++++++++++++++++
1.1.0 Changelog <https://github.com/chopdgd/django-genome/compare/v1.0.0...v1.1.0>_
1.1.1 (2020-03-12) ++++++++++++++++++
1.1.1 Changelog <https://github.com/chopdgd/django-genome/compare/v1.1.0...v1.1.1>_
FAQs
Django app for syncing and storing human genome reference data
We found that django-genome demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.