https://github.com/colquittlab/django-bird-colony

https://github.com/colquittlab/django-bird-colony

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: colquittlab
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Size: 1.91 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme License

README.md

bird-colony

bird-colony is a Django application used to manage bird colonies (including breeding colonies). You may find that it can also be used for non-avian species.

The admin interface is the primary tool used to create and update bird records, but there is a growing collection of views that can be used to browse the database and perform common updates (like adding clutches). There is also a JSON API that supports a variety of search queries.

bird-colony is licensed for you to use under the Gnu Public License, version 3. See COPYING for details

Quick start

You'll need to have a basic understanding of how to use Django.

  1. Install the package using pip: pip install django-bird-colony. Worth putting in a virtualenv.

  2. Add birds and some dependencies to your INSTALLED_APPS setting like this:

python INSTALLED_APPS = ( ... 'rest_framework', 'django_filters', 'birds', )

  1. Include the birds URLconf in your project urls.py like this::

python url(r'^birds/', include('birds.urls', namespace='birds'))

  1. Run python manage.py migrate to create the birds models.

  2. Start the development server and visit http://127.0.0.1:8000/admin/birds/ to create birds, events, etc. (you'll need the Admin app enabled).

  3. Visit http://127.0.0.1:8000/birds/ to use views.

Make sure to consult the Django documentation on deployment if you are at all concerned about security.

Changelog

In the 0.4.0 release, the primary key for animal records became the animal's uuid. To migrate from previous version, data must be exported as JSON under the 0.3.999 release and then imported under 0.4.0

Owner

  • Login: colquittlab
  • Kind: user

Colquitt lab at UCSC

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • django-filter ==1.0.4
  • djangorestframework ==3.6.3
setup.py pypi
package-lock.json npm
  • @popperjs/core 2.11.8
  • bootstrap 5.3.2
package.json npm
  • bootstrap ^5.3.2