2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 05:26:44 +00:00

fix django link

This commit is contained in:
Matthias Mair 2022-04-23 13:05:16 +02:00
parent d7ba89e5ec
commit 59d9adc6e2
2 changed files with 5 additions and 1 deletions

View File

@ -74,4 +74,8 @@ layout: empty
position: initial;
@apply list-none
}
.max-w-p90 {
max-width: 90%
}
}

View File

@ -12,4 +12,4 @@ There are multiple methods to deploy InvenTree. The most popular (and by the dev
### Other Options
The core InvenTree server is built using the widely used python-based framework [Django](https://django.org/). Therefore there are deployment methods for nearly all plattforms and architectures. If you want to read more about InvenTree's structure and a typical installation read the [architecture overview](../contribute/code/architecture).
The core InvenTree server is built using the widely used python-based framework [Django](https://djangoproject.com/). Therefore there are deployment methods for nearly all plattforms and architectures. If you want to read more about InvenTree's structure and a typical installation read the [architecture overview](../contribute/code/architecture).