-
Notifications
You must be signed in to change notification settings - Fork 2
/
initial-data.yaml
37 lines (37 loc) · 1.26 KB
/
initial-data.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
- fields:
content: <h1>Authors</h1>
enable_comments: false
registration_required: false
sites: [1]
template_name: ''
title: "Harna\u015B | Authors"
url: /authors/
model: flatpages.flatpage
pk: 1
- fields:
content: "<h1>Harna\u015B</h1>\r\n<em>(pol. kind of highlander)</em> - system
meant to be used by educational institutions, which focues on automated checking
of programming assigments. We want to provide easy to use, highly configurable
environment, which can handle different technologies from C++ through SQL to
CUDA."
enable_comments: false
registration_required: false
sites: [1]
template_name: ''
title: "Harna\u015B | About"
url: /about/
model: flatpages.flatpage
pk: 2
- fields:
content: "<div class=\"centered\">\r\n <h1>\r\n Hello!\r\n </h1>\r\n <p>\r\n
\ Harna\u015B is currently under active development. If you would like to
help testing this system please contact site admin, but be wary, that the database
could be dropped or malformed any moment.\r\n </p>\r\n</div>"
enable_comments: false
registration_required: false
sites: [1]
template_name: ''
title: "Harna\u015B | Homepage"
url: /
model: flatpages.flatpage
pk: 3