The official website of the ZUKS project (www.zuks.org).
virtualenv venv-folder
(optional)source venv-folder/bin/activate
(optional)BASE_URL
option in the zuks/settings.py
properlyzuks/settings.py
(optional)pip install -r requirements.txt
pip install wsgiref==0.1.2
python manage.py syncdb
python manage.py collectstatic
django-admin.py compilemessages
/static/*
from the /static
folder (optional when using the integrated web server python manage.py runserver
)python manage.py cleandb
periodically (optional)Copyright of the ZUKS-Website (C) 2015 Zivile Unterstützung im Katastrophenschutz e.V.
The following license information applies to the program, not to the content.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.