Go to file
Jan Philipp Timme e965a76fb8 [BUGFIX] Restructure view classes so they actually work. 2014-07-28 15:13:55 +02:00
citavi_mapper [BUGFIX] Restructure view classes so they actually work. 2014-07-28 15:13:55 +02:00
contrib [BUGFIX] Staticfiles + Pipeline work now. 2014-07-27 10:26:36 +02:00
frontend [BUGFIX] Restructure view classes so they actually work. 2014-07-28 15:13:55 +02:00
.gitignore [TASK] Adapt .gitignore to only ignore the static directory used to collect things. 2014-07-27 11:05:01 +02:00
.gitmodules [BUGFIX] Staticfiles + Pipeline work now. 2014-07-27 10:26:36 +02:00
README.md [TASK] Adapt .gitignore to only ignore the static directory used to collect things. 2014-07-27 11:05:01 +02:00
manage.py [TASK] Kickstart and initial import of citavi_mapper. 2014-07-25 11:20:10 +02:00
requirements.txt [BUGFIX] Staticfiles + Pipeline work now. 2014-07-27 10:26:36 +02:00

README.md

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

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