Skip to content

Nils98Ar/n5geh.tools.entirety

 
 

Repository files navigation

n5geh.tools.entirety

Conventional Commits semantic-release

Built With

  • Django 4.1
  • Bootstrap 5.2
  • htmx 1.8.2

Deployment

To deploy the application please refer to our deployment guide

Contributing

See the contributing guide for detailed instructions on how to get started with our project.

Development

Prerequisites

Installing dependencies

pip

  cd ./app/Entirety
  pip install -r requirements.txt

pre-commit

  pre-commit install

create .env File

  cp .env.EXAMPLE .env

Usage

Migrate Database

  python manage.py makemigrations
  python manage.py migrate

Starting the Django server:

  python manage.py runserver

To run the application in your development setup you'll need to provide following settings in your env file.

Required

Optional

OIDC

For a full list of settings see settings.

Changelog

See changelog for detailed overview of changes.

Contact

@SBlechmann

@sbanoeon

@djs0109

@dnikolay-ebc

License

License: GPL v3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 69.1%
  • HTML 26.1%
  • JavaScript 3.7%
  • Other 1.1%