Django site for a genomics project examining the localization patterns of proteins in the Caenorhabditis elegans early embryo.
The project is organized the standard Django way, with most code in Python.
Python version is listed in runtime.txt. Python package dependencies, including Django, are listed in requirements.txt.
HTML is in the Django template language.
Javascript uses jQuery.
Click here to view the database schema on Lucidchart (or here to download a PDF).
See INSTALL.md.