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:
- Clone the repository
- Create a virtual environment
- Install development dependencies:
pip install -e ".[dev]"
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tumcommon_x-0.1.4.tar.gz.
File metadata
- Download URL: tumcommon_x-0.1.4.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dad9889f3225a6ab670e2daf51e5cb5801d54cd41ceced2e912e1f08b466590d
|
|
| MD5 |
352e78abf40cfa84dcf485d5161cf669
|
|
| BLAKE2b-256 |
69d932a058000d42a3aab5abbc93e2fbd9c0d03c80eb1e1fe766b26a4b7370c5
|
File details
Details for the file tumcommon_x-0.1.4-py3-none-any.whl.
File metadata
- Download URL: tumcommon_x-0.1.4-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05d5d999b57afecac57b6e7adc9771db3799465374477bb0d9ebc14071d914a8
|
|
| MD5 |
25aed7dea66ad853041973c63f968577
|
|
| BLAKE2b-256 |
4cd4124d69a76aa567b0afb760026598d050f4d324491c46c5a7b75edcec31f1
|