Skip to main content

No project description provided

Project description

LARA-django Organisms

LARA django app for storing generic information about organism (taxonomy, habitat, ...)

Installation

In the active LARA-django environment, install

cd  lara_django_organisms
pip install .

Add "my_new_app" to your INSTALLED_APPS setting like this:

INSTALLED_APPS = [
    ...
    ' lara_django_organisms',
]

Include the lara-django-app URLconf in your project urls.py like this:

path(' lara_django_organisms', include('my_new_app.urls')),

Run

python manage.py makemigrations  lara_django_organisms
python manage.py migrate 

to create the my_new_app database models.

In case you like to test the app, please load the demo data:

Start the development server

lara-django-dev runserver

and visit

http://127.0.0.1:8000/admin/

to create some entries (you'll need the Admin app enabled).

Environment variables

for development, please set

export DJANGO_ALLOWED_HOSTS=localhost
export DJANGO_SETTINGS_MODULE=lara_django.settings.devel

for production, please set

export DJANGO_SETTINGS_MODULE=lara_django.settings.production

if your media does not reside in the default media folder, please set environment variable to

export DJANGO_MEDIA_PATH='path/to/my/media'

to use user defined fixtures, please set: :: export

DJANGO_FIXTURE_PATH='path/to/user/fixtures'

Testing all applications

Basic Commands

Type checks

Running type checks with mypy:

$ mypy lara_django_organisms

Test coverage

To run the tests, check your test coverage, and generate an HTML coverage report:

$ coverage run -m pytest
$ coverage html
$ open htmlcov/index.html

Running tests with pytest

$ pytest

Built with Cookiecutter Django Black code style

License: GPLv3

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lara_django_organisms-0.2.113.tar.gz (28.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lara_django_organisms-0.2.113-py3-none-any.whl (43.0 kB view details)

Uploaded Python 3

File details

Details for the file lara_django_organisms-0.2.113.tar.gz.

File metadata

  • Download URL: lara_django_organisms-0.2.113.tar.gz
  • Upload date:
  • Size: 28.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for lara_django_organisms-0.2.113.tar.gz
Algorithm Hash digest
SHA256 5fd956c867542193864faf0c768a42b177fa9a17ef77ebb04806e17a9f0c2b13
MD5 f0905004af184c8603b710952bd5eef9
BLAKE2b-256 df9a60ba5817b3d1099180abebe1a2a99d72fe3300ebebaa568db792ee2c1212

See more details on using hashes here.

File details

Details for the file lara_django_organisms-0.2.113-py3-none-any.whl.

File metadata

File hashes

Hashes for lara_django_organisms-0.2.113-py3-none-any.whl
Algorithm Hash digest
SHA256 f4c2fe376a6cff052d71a832e3437f9fb63f2cddf17a9463fe616c32b0aff36e
MD5 932092f03a953b203a273de54bafb9f5
BLAKE2b-256 995417a79ab59c21779825ff90e3f92da02bcb418ff4fbafb14f3583824edfa5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page