Jonas Havelka
350623c6ac
Python už je dávno defaultně utf-8, netřeba deklarace na začátku souboru
3 months ago
Anet
f7e9b00613
testdata: změna na menší počet ročníků a více řešení -> více řešení od jednoho řešitele
5 years ago
Pavel "LEdoian" Turinsky
723cccc9d9
Testdata: možnost nemigrovat a pracovat na stávající DB.
Vhodné asi jen pro debugování migrací
5 years ago
Pavel "LEdoian" Turinsky
fbf288039c
Testdata command: tabs
5 years ago
Tomáš Domes
b440cb680a
testdata.py: opraveny chyby
5 years ago
Tomas "Jethro" Pokorny
4819c0fd6a
Oprava testovacich dat pro nove Django
6 years ago
Anet
2d93984872
testutils.py, management/commands/testdata.py: oprava chyb v testutils.
V testdata se trida handle jmenuje jinak.
6 years ago
Anet
ee0fd9ac93
management/commands/testdata.py: NoArgsCommand je deprecated od verze
1.1O, nahrada je BaseCommand
6 years ago
LEdoian
d4317ae9f2
Fix (nebyla definována metoda handle)
https://stackoverflow.com/questions/43107630/from-django-core-management-base-import-noargscommand-commanderror-importerror
6 years ago
LEdoian
6d9c2ea021
Změna NoArgsCommand na BaseCommand kvůli upgrade Djanga
https://docs.djangoproject.com/en/1.11/releases/1.8/
django.core.management.NoArgsCommand
The class NoArgsCommand is now deprecated and will be removed in Django
1.10. Use BaseCommand instead, which takes no arguments by default.
6 years ago
Tomas Gavenciak
f56a37edfa
GET tests, improve testdata generation, rename views
10 years ago
Tomas Gavenciak
0b88b8022c
Add CKEditor +configure, first tests, test data generation
10 years ago
Tomas Gavenciak
065461300d
Added fake/testing data generation
10 years ago