Skip to main content

No project description provided

Project description

LARA-django Substances Store

LARA python-django application for managing an inventory of chemical substances, polymers and mixtures.

Installation

In the active LARA-django environment, install

cd  lara_django_substances_store
pip install .

Add "my_new_app" to your INSTALLED_APPS setting like this:

INSTALLED_APPS = [
    ...
    ' lara_django_substances_store',
]

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

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

Run

python manage.py makemigrations  lara_django_substances_store
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_substances_store

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_substances_store-0.2.90.tar.gz (357.1 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_substances_store-0.2.90-py3-none-any.whl (450.5 kB view details)

Uploaded Python 3

File details

Details for the file lara_django_substances_store-0.2.90.tar.gz.

File metadata

File hashes

Hashes for lara_django_substances_store-0.2.90.tar.gz
Algorithm Hash digest
SHA256 4d15dcda6a49d70a84ef69bd40a36d05fb6b7c2fccc91e6553014b5225911ba3
MD5 9133b38e5e10887dabb6b374f9c469b4
BLAKE2b-256 e77f6faf599c0f0ef37d546ce0d32dd74fd457e28aca88d65c1980213aeac012

See more details on using hashes here.

File details

Details for the file lara_django_substances_store-0.2.90-py3-none-any.whl.

File metadata

File hashes

Hashes for lara_django_substances_store-0.2.90-py3-none-any.whl
Algorithm Hash digest
SHA256 64dd7601ca6eac184f0a4892129237f48bce4eefef9ae06681bbbe03f89bdd7b
MD5 98c680ff6b2ed6b69649579894c484d5
BLAKE2b-256 66bd1db79d6b4d1ccfae2238fd34519f46c3a342bb9693d63bd4e60e8ec5473b

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