Skip to content

Rigshospitalet-KFNM/Labels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rigshospitalets logo

Labels

This repository serves to provide an improved solution to printing standardized labels for the chemisty department. This program looks to replace the currently used solution.

Focus

The repository should prioritize; facilitated code handovers, ease of use for the end user, and easy database management, both for users and developers.

how to run locally

To run on a linux distribution it's recommended to use a virtual environment.


Download the appropriate dependencies according to use case:

 pip install -r requirements/base.txt

(Optional – for local development, testing, linting, etc.):

 pip install -r requirements/dev.txt

Ensure nescesary environment variables in a .env file, expected variables can be found in .env.dist.
Apply database migrations, to initalize schema:
python manage.py migrate

Run the development server:
python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published