Go to file
Jan Philipp Timme eadfd5d167 [TASK] Use the form param in the inline_formsetfactory... :| 2014-12-15 09:27:21 +01:00
citavi_mapper [TASK] Use the form param in the inline_formsetfactory... :| 2014-12-15 09:27:21 +01:00
contrib [TASK] Add jquery 2.1.1. 2014-07-28 15:27:39 +02:00
frontend [TASK] Use the form param in the inline_formsetfactory... :| 2014-12-15 09:27:21 +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 Integrate jquery formset.js properly. 2014-12-10 17:19:40 +01:00
.gitmodules [TASK] Add jquery 2.1.1. 2014-07-28 15:27:39 +02:00
README.md [TASK] Update installation instructions. 2014-08-03 19:22:33 +02:00
manage.py [TASK] Kickstart and initial import of citavi_mapper. 2014-07-25 11:20:10 +02:00
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.