Commit Graph

160 Commits

Author SHA1 Message Date
Andreas Zweili
e3cc60ecd2 add an additional bibliography file 2018-01-05 15:01:41 +01:00
Andreas Zweili
06b8a9ac6a start automatically a new page for each new section 2018-01-05 15:01:18 +01:00
Andreas Zweili
f97499e205 enumerate everything down to subparagraphs 2018-01-05 15:00:51 +01:00
Andreas Zweili
ede806262f correct an author name in the references 2018-01-05 00:56:27 +01:00
Andreas Zweili
8ce6e303cf add an abstract 2018-01-05 00:56:04 +01:00
Andreas Zweili
270e70d27d add a few general references 2018-01-04 12:01:50 +01:00
Andreas Zweili
42000eba16 change the citation style to confirm with the IBZ guidlines 2018-01-04 12:01:28 +01:00
Andreas Zweili
31384afa4a extend the gitignore file
the .listing files aren't required they get generated when converting
the document to pdf.
2018-01-04 11:59:57 +01:00
Andreas Zweili
b13a5defa1 disable export of example data 2018-01-03 18:28:09 +01:00
Andreas Zweili
67707415b3 update the stakeholder diagramm 2018-01-03 15:12:21 +01:00
Andreas Zweili
877b536e4a remove the old media directory 2017-12-31 15:23:31 +01:00
Andreas Zweili
fef0526bc9 create the path /srv/media/images in the Vagrant vm
This is necessary due to permissions problems. If apache server
creates the directory the django server looses permission to write in
it. This is only a problem during development in production apache is
the only running webserver.
2017-12-31 15:22:00 +01:00
Andreas Zweili
29d566cf93 create the media directory on the production server 2017-12-31 15:18:16 +01:00
Andreas Zweili
3b73c67c66 add pictures to the article details page 2017-12-31 15:12:09 +01:00
Andreas Zweili
559f77545d move the media root and add support for MEDIA_URL 2017-12-31 15:09:26 +01:00
Andreas Zweili
7247681ebb readd two commands
I removed the lines by accident they broke the apache configuration
2017-12-30 19:01:04 +01:00
Andreas Zweili
d07067dcac checkout the production branch on the production server 2017-12-29 16:52:19 +01:00
Andreas Zweili
1f3ab70dd6 add a registration 2017-12-29 16:46:21 +01:00
Andreas Zweili
d8a1d9ef54 add a user profile 2017-12-28 19:22:00 +01:00
Andreas Zweili
59db6e221e extend the base template with login, profile and logout links 2017-12-28 19:21:29 +01:00
Andreas Zweili
de3e07dedb add templates to support user authentication 2017-12-28 19:20:28 +01:00
Andreas Zweili
56e56f0c1c add url patterns to support user authentication 2017-12-28 19:19:47 +01:00
Andreas Zweili
516dd47493 remove an unnecessary shebang 2017-12-28 19:15:35 +01:00
Andreas Zweili
fce1a6a8c2 remove unnecessary attributes from the Person model 2017-12-28 19:14:41 +01:00
Andreas Zweili
acafb61399 redirect logins back to the index 2017-12-28 19:14:00 +01:00
Andreas Zweili
f9f1c89a01 make imports more explicit 2017-12-28 16:40:04 +01:00
Andreas Zweili
f48c316f39 remove an unnecessary configuration 2017-12-28 16:26:54 +01:00
Andreas Zweili
e518669698 remove an old file 2017-12-28 16:23:22 +01:00
Andreas Zweili
48eee1c00b change the article status to active 2017-12-28 16:23:02 +01:00
Andreas Zweili
9589f0f980 change the content include because the org-mode file is called doku 2017-12-28 16:20:22 +01:00
Andreas Zweili
fc34c3fa4c add a python package to the ansible role 2017-12-27 19:35:36 +01:00
Andreas Zweili
6ddd869722 add fixtures with test data 2017-12-27 19:33:29 +01:00
Andreas Zweili
f6597ec69e fix the admin view of order of goods 2017-12-27 15:10:12 +01:00
Ivan Hörler
3aaf5ee62c added sketch of Siteview to docs 2017-12-27 09:26:30 +01:00
Andreas Zweili
2b8f41725c fix a typo 2017-12-25 22:50:42 +01:00
Andreas Zweili
16a854012d move some parts from the vagrant file into a separate script
This way both vagrant and ansible can use the script
2017-12-25 22:47:04 +01:00
Andreas Zweili
630d46fb4d make the setup script executable 2017-12-25 22:39:34 +01:00
Andreas Zweili
05cb259a30 fix a typo 2017-12-25 22:39:26 +01:00
Andreas Zweili
78eeb91f03 add a setup script to the ansible role 2017-12-25 22:34:38 +01:00
Andreas Zweili
058dc79bef add a pip install routine to the ansible role 2017-12-25 22:33:17 +01:00
Andreas Zweili
6fdad5704f add the repository to the ansible role 2017-12-25 22:33:01 +01:00
Andreas Zweili
ba2776336e fix a typo in the ansbible role 2017-12-25 22:32:37 +01:00
Andreas Zweili
ee449c4176 add missing packages to the ansible role 2017-12-25 22:32:24 +01:00
Andreas Zweili
054909b145 add a list of allowed hosts to the django settings 2017-12-25 22:32:07 +01:00
Andreas Zweili
49ac7f71a3 change ansible includes to import_tasks 2017-12-25 22:31:47 +01:00
Andreas Zweili
0ef5cdff80 extend the admin interface for the order class
In order to be able to correctly edit the an order we need the
information of the induvidual order positions. In addition a better
layout is required to better find the information.
2017-12-21 23:07:58 +01:00
Andreas Zweili
f4aa223135 add an intermediate class between order and article
Because we need additional fields in an order it's necessary to add an
additional class where the information gets stored.
2017-12-21 23:06:09 +01:00
Andreas Zweili
3dc9aa33bb add a date field to the orders class
In order to be able to identify the correct customer order it's
necessary to have the date of the order available.
2017-12-21 23:05:10 +01:00
Andreas Zweili
991fbfc6f5 sort city outputs by zip code 2017-12-20 19:51:49 +01:00
Andreas Zweili
7b3ecdf5f5 update readme with more up to date information 2017-12-20 19:48:12 +01:00