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
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
Metadata Files
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.
Install the package using pip:
pip install django-bird-colony. Worth putting in a virtualenv.Add
birdsand some dependencies to your INSTALLED_APPS setting like this:
python
INSTALLED_APPS = (
...
'rest_framework',
'django_filters',
'birds',
)
- Include the birds URLconf in your project urls.py like this::
python
url(r'^birds/', include('birds.urls', namespace='birds'))
Run
python manage.py migrateto create the birds models.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).
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
- Repositories: 2
- Profile: https://github.com/colquittlab
Colquitt lab at UCSC
GitHub Events
Total
Last Year
Dependencies
- django-filter ==1.0.4
- djangorestframework ==3.6.3
- @popperjs/core 2.11.8
- bootstrap 5.3.2
- bootstrap ^5.3.2