Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manage.py addOrganism capitalizes the short_name entry #318

Open
mpoelchau opened this issue Feb 2, 2021 · 0 comments
Open

manage.py addOrganism capitalizes the short_name entry #318

mpoelchau opened this issue Feb 2, 2021 · 0 comments
Assignees

Comments

@mpoelchau
Copy link
Contributor

It looks like the addorganism script capitalizes the organism 'short_name' when it adds it to the database. It needs to be lowercase, instead.

$ python manage.py addorganism Photinus pyralis
Succeessfully add to database
django=# select short_name from app_organism where display_name = 'Photinus pyralis';
 short_name 
------------
 Phopyr
(1 row)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants