1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-12 04:58:34 +03:00
Adolfo Gómez García 3c6044c0ed
Remove index_together from UserService model
This commit removes the index_together attribute from the UserService model in the migration file 0001_squashed_0042_auto_20210628_1533.py. This change was made to adjust to django recommendations of not using it
2024-01-16 00:20:46 +01:00
2023-07-22 19:31:11 +02:00
2023-06-21 22:09:10 +02:00
2023-11-26 22:34:02 +01:00
2023-07-25 20:20:34 +02:00
2022-08-27 20:59:08 +02:00
2023-11-24 05:23:49 +01:00
2023-04-15 00:00:56 +02:00
2021-10-05 12:29:29 +02:00

UDS Logo

The main repository has been transfered to https://github.com/VirtualCable/openuds. Please, update your references.

OpenUDS

OpenUDS (Universal Desktop Services) is a multiplatform connection broker for:

  • VDI: Windows and Linux virtual desktops administration and deployment
  • App virtualization
  • Desktop services consolidation
  • ...

This is an Open Source Source project, initiated by Spanish Company Virtualcable and released Open Source with the help of several Spanish Universities.

Please fell free to contribute to this project.

Notes

  • Master version is always under heavy development and it is not recommended for use, it will probably have unfixed bugs. Please use the latest stable branch. (v3.6 right now)
  • From 4.0 onwards (current master), OpenUDS has been splitted in several repositories and contains submodules. Remember to use "git clone --resursive ..." to fetch it ;-).
  • 3.6 version is tested on Python 3.9, 3.10 and 3.11. It will probably work on 3.8 too.
  • 4.0 Version will need Python 3.11 or higher. It uses new features only available on 3.10 or later, and is tested against 3.11. It will probably work on 3.10 too.
  • We use "NamedTuples" in the code, and seems to be some kind of error on 3.11.1, so please do not use that: (Ref: https://github.com/python/cpython/issues/100098)
Description
No description provided
Readme BSD-3-Clause 101 MiB
Languages
Python 75.6%
JavaScript 22.3%
HTML 2%