Skip to main content

A Django package providing common functionality for TUM projects

Project description

TUM Common X

A Django package providing common functionality for TUM projects.

Installation

pip install tum-common-x

Usage

Add tum_common_x to your INSTALLED_APPS in your Django settings:

INSTALLED_APPS = [
    ...
    'tum_common_x',
    ...
]

Include the URLs in your project's urls.py:

from django.urls import path, include

urlpatterns = [
    ...
    path('', include('tum_common_x.urls')),
    ...
]

Features

  • Predefined Django apps and URLs
  • Common functionality for TUM projects
  • Easy integration with existing Django projects

Development

To set up the development environment:

  1. Clone the repository
  2. Create a virtual environment
  3. Install development dependencies:
    pip install -e ".[dev]"
    

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

tumcommon_x-0.1.1.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

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

tumcommon_x-0.1.1-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file tumcommon_x-0.1.1.tar.gz.

File metadata

  • Download URL: tumcommon_x-0.1.1.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for tumcommon_x-0.1.1.tar.gz
Algorithm Hash digest
SHA256 d79894692ce45c7e036878514baaebf62992ee28fe73be2a9041f6a4dc27a132
MD5 dbbff9ef48936ca1037cddef6b320ec7
BLAKE2b-256 692966d0f8660aeebe79e0421e0b249dca7c106b525d616cf2a4a1b9154d686c

See more details on using hashes here.

File details

Details for the file tumcommon_x-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: tumcommon_x-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for tumcommon_x-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5f740ef9331ebcb4caa1a564acec85c40dc270db87b6c6bf6273ac91878ff19d
MD5 29175141f1ccaff1f26dd167a0ca82a8
BLAKE2b-256 f41ef9c1db224682e9607fc02fa2d4eb8b10d5a96434a14724ee74a02e72c638

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