Compare commits

..

No commits in common. "ea5ee85e7a789c0b2ad7e482e06c76c3508ac172" and "191177aea09a774d683a3117ad4c6590184de8fd" have entirely different histories.

2 changed files with 14 additions and 9 deletions

View file

@ -120,6 +120,8 @@ INSTALLED_APPS = (
'dal',
'dal_select2',
'crispy_forms',
'django.contrib.flatpages',
'django.contrib.humanize',

View file

@ -1,25 +1,28 @@
-c constraints.txt
# basic libs
psycopg2 # PostgreSQL adaptér
ipython # Interaktivní shell
Unidecode # Přepisuje unicode do ASCII (např. soubory nebo e-maily)
psycopg2
ipython
Pillow
pilkit>=3.0 # Kvůli kompatibilitě s Pillow>=10.0.0
Unidecode
# Django and modules
Django<5.0
#django-bootstrap-sass
django-reversion # Version control na datech v databázi
django-sekizai # Vylepšení bloků v templatech
django-countries # Políčko ve formu / field v modelu ohledně států
django-solo # Singleton model (speciálně Nastavení)
django-ckeditor # Editor htmlka (hlavně v adminu u flatpages)
django-mptt
django-reversion
django-sekizai
django-countries
django-solo
django-ckeditor
django-cleanup # Uklízí media/ od smazaných „databázových“ souborů
django-flat-theme
django-taggit
django-autocomplete-light>=3.9.0
django-imagekit # Všechny možné obrázky v Djangu
django-crispy-forms
django-imagekit
django-polymorphic
django-sitetree
django_reverse_admin