Go to file
Jan Philipp Timme c019b5f0b9 [TASK] Add small dynamic formset snippet. 2014-12-08 13:45:54 +01:00
citavi_mapper [TASK] Add small dynamic formset snippet. 2014-12-08 13:45:54 +01:00
contrib
frontend [TASK] Add small dynamic formset snippet. 2014-12-08 13:45:54 +01:00
media [TASK] Add MEDIA_ROOT to configuration, create media folder. 2014-09-01 15:22:26 +02:00
service [TASK] Make skip button in person map wizard work as expected. 2014-10-06 13:57:41 +02:00
.gitignore [TASK] Begin introducing a service file for operations on sqlite and more. 2014-09-01 17:01:13 +02:00
.gitmodules
README.md [TASK] Update installation instructions. 2014-08-03 19:22:33 +02:00
manage.py
requirements.txt hello view 2014-11-17 11:06:35 +01:00

README.md

Requirements

We need the lessc binary for css compression. It can be installed via npm:

npm install -g less

We also need yuglify:

npm install -g yuglify

Installation

You may (or may not) want to use a virtualenv for this.

pip install -r requirements.txt

Do not forget to create your private_settings.py!

cp private_settings.example.py private_settings.py vi private_settings.py # Enter your secrets and your database connection.

Before using in production (or development), run this:

python manage.py collectstatic python manage.py syncdb

Static files will be collected in /static, use this in your webserver configuration for production.