Commit Graph

39 Commits

Author SHA1 Message Date
Raphael Michel
4b12678fa4 Various docs improvements 2017-06-19 12:01:00 +02:00
Raphael Michel
983326e610 Stop pinning chardet/setuptools versions 2017-05-27 12:50:18 +02:00
lhhong
ed7e90451b Minor update to setup documentation 2017-05-21 10:29:56 +02:00
Raphael Michel
960d0bcdf2 Link to Django's runserver options in dev docs 2017-05-02 00:15:39 +02:00
alainrk
550ab7de18 Added python3-dev package to External Dependencies (#451) 2017-04-01 15:40:46 +02:00
chotee
cfda772133 Improved documentation by adding some requirements that where needed to install from a clean Debian 8.6 installation. (#365)
Before the ```$ pip3 install -r requirements.txt -r requirements/dev.txt``` installation step would succeed I needed to add the following dependencies:
```$ sudo aptitude install libxml2-dev```
```$ sudo aptitude install libxslt1-dev```
The Error without the dependencies ended with:
```
    In file included from src/lxml/lxml.etree.c:515:0:
    src/lxml/includes/etree_defs.h:14:31: fatal error: libxml/xmlversion.h: No such file or directory
     #include "libxml/xmlversion.h"
                                   ^
    compilation terminated.
    Compile failed: command 'x86_64-linux-gnu-gcc' failed with exit status 1
    creating tmp
    cc -I/usr/include/libxml2 -c /tmp/xmlXPathInitm_7rr3ky.c -o tmp/xmlXPathInitm_7rr3ky.o
    /tmp/xmlXPathInitm_7rr3ky.c:1:26: fatal error: libxml/xpath.h: No such file or directory
     #include "libxml/xpath.h"
                              ^
    compilation terminated.
    *********************************************************************************
    Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
    *********************************************************************************
    error: command 'x86_64-linux-gnu-gcc' failed with exit status
```

In the "make localcompile" step I had to do
```$ sudo aptitude install gettext```
before it would succeed.

There was a reference to a demo event ("/mrmcd/2015/") it should probably be /bigevents/2017/ .
2016-12-19 09:01:59 +01:00
Tobias Kunze
58668010a2 Remove trailing whitespaces (#361) 2016-12-16 21:44:34 +01:00
Tobias Kunze
f13965da92 Consistently refer to 'pip3'. Closes #318. 2016-11-26 13:10:30 +01:00
Raphael Michel
d701133f15 Revert to setuptools 28.6 on CI due to
https://github.com/pypa/setuptools/issues/833
2016-10-29 12:50:26 +02:00
Raphael Michel
1008f4c668 Improve development setup documentation 2016-10-13 22:57:56 +02:00
Raphael Michel
b6a34975a9 py.test: rerun and print warnings by default 2016-09-27 11:06:58 +02:00
Raphael Michel
68e51c0f74 Added pytest-rerunfailures 2016-09-16 00:03:42 +02:00
Raphael Michel
8c7e051f8d Updated dev docs as we removed all submodules 2016-09-01 11:30:44 +02:00
FlaviaBastos
65c16bdc58 Fix #160 -- Add step to run collectstatic and info for testing env (#194)
* Add step to run collectstatic and infor for testing env
#160

* remove info for testing
2016-08-29 22:26:26 +02:00
Raphael Michel
7b5dd6bd6c Speed up the test suite 2016-08-14 17:56:58 +02:00
Tobias Kunze
509b2e4f3e Document mail testing setup for devs (#157) 2016-08-10 22:17:16 +02:00
Tobias Kunze
310a14a393 Move middleware functionality to utils.py (#154)
This simplifies providing an `event_view` method which works as
decorator for presale/ views (e.g. for plugins), providing passing
requests with event and organizer context if possible, and re-routing or
failing appropriately otherwise.
2016-07-26 10:27:59 +02:00
Tobias Kunze
bfc721978d Fixed minor documentation errors and mistakes (#151) 2016-07-14 20:01:38 +02:00
Raphael Michel
e09f213f0c Fixed developer documentation for Python 3.4 2016-06-27 18:55:23 +02:00
Raphael Michel
fe7a91970c More docs on contributing 2016-05-08 12:47:19 +02:00
Raphael Michel
e2febb2979 Removed less from documentation 2016-05-08 12:37:02 +02:00
Raphael Michel
f348000dff Fixed a documentation typo 2015-10-18 23:14:36 +02:00
Raphael Michel
f7011abfd4 Re-structured requirements files 2015-10-18 19:47:16 +02:00
Raphael Michel
e828d711bd Used isort to order all import statements 2015-07-19 20:46:34 +02:00
Raphael Michel
1dbce9db24 Merge pull request #81 from abrock/master
Spelling corrections
2015-07-19 12:46:51 +02:00
Raphael Michel
509d8b8f08 Fixed #80 -- Documented that we do not have a front page yet. 2015-07-19 12:46:19 +02:00
Alexander Brock
e81bdbfd92 Spelling corrections 2015-07-18 00:47:18 +02:00
Raphael Michel
e419b9a99d Updated documentation 2015-06-28 16:28:24 +02:00
Raphael Michel
10373838f1 Add a user settings form 2015-05-22 09:15:38 +02:00
Raphael Michel
462ff5c9ac Add tool for creating testdata 2015-04-19 13:12:30 +02:00
Raphael Michel
3f7d3711ef New pep8 version added a warning W503 which we will ignore 2015-02-18 10:52:38 +01:00
Raphael Michel
6648e7ed03 Rename tixl to pretix 2015-01-19 01:10:35 +01:00
Raphael Michel
06c387b295 Update documentation 2014-10-04 22:09:20 +02:00
Raphael Michel
cc6d624f57 Starting with localisation 2014-09-11 11:19:06 +02:00
Raphael Michel
a6699a39c0 Documentation: Add "runserver" command 2014-09-10 21:48:56 +02:00
Raphael Michel
cd08316f2e Static files management / LessCSS compiler / Bootstrap import 2014-09-10 20:57:04 +02:00
Raphael Michel
8844982af5 Update developer documentation 2014-09-10 20:05:34 +02:00
Raphael Michel
2197c85a6d Basis development docs 2014-09-09 16:49:37 +02:00
Raphael Michel
4689bdf337 Initial documentation 2014-09-08 15:54:08 +02:00