For more information about this project read the blogpost from @sofakissen. (it's written in german)
- Django 1.4
- django-allauth
- geopy
- django-gmapi
- sorl-thumbnail
- django-dajaxice
- django-dajax
- django-gravatar2
We assume in the following you have Python and setuptools installed. If python2 isn't your default Python version, you have to replace the easy_install command with the approriate command (i.e. easy-install-2.7
)
git clone https://github.com/vIiRuS/hardware-fuer-alle.git
pip install -r dependencies.txt
Copy and rename the hfa/settings.example.py
and configure it to your local needs.
./manage.py syncdb
during this step the script will also create an admin user
./manage.py populateTestUsers
./manage.py populateTestHardware
./manage.py runserver
./manage.py test main hardware users