Skip to content

Django models only version related to ensembl_metadata database mysql layer

License

Notifications You must be signed in to change notification settings

Ensembl/ensembl-dj-metadata-orm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ensembl Metadata ORM layer reusable app

Allow easy db layer access to Ensembl Metadata database integration in any already existing Django Application

Quick start

  1. Add "metadata_orm" to your INSTALLED_APPS setting like this::
   INSTALLED_APPS = [
       ...
       'metadata_orm',
   ]
  1. Run python manage.py migrate to create the metadata models if you don't have a database ready

About

Django models only version related to ensembl_metadata database mysql layer

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages