Commit graph

5 commits

Author SHA1 Message Date
LEdoian
d4317ae9f2 Fix (nebyla definována metoda handle)
https://stackoverflow.com/questions/43107630/from-django-core-management-base-import-noargscommand-commanderror-importerror
2018-09-17 00:10:00 +02:00
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.
2018-09-17 00:01:16 +02:00
Tomas Gavenciak
f56a37edfa GET tests, improve testdata generation, rename views 2015-03-29 14:52:07 +02:00
Tomas Gavenciak
0b88b8022c Add CKEditor +configure, first tests, test data generation 2015-03-14 22:27:04 +01:00
Tomas Gavenciak
065461300d Added fake/testing data generation 2015-03-14 17:25:40 +01:00