Should be ok i guess...
Metadata-Version: 1.1
Name: pbr
Version: 0.6
apt-get install ralph-core
http://ralph-ng.readthedocs.org/installation/
root@vagrant-ubuntu-vivid-64:/home/vagrant/import-lymph# dpkg -l "*ralph*"
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=================================-=====================-=====================-========================================================================
ii ralph-core 3.0.0-23 amd64 Ralph is an DCIM/CMDB - asset management for Data Centers/ Back Office.
apt-get upgrade
&& ralph migrate
"Key 'force_deprecation' not found in 'BackOfficeAssetForm'"
Hi guys, I'm facing the problem I can't overcome for few days now. I'm serving django files with apache 2.2. Everything works well except when trying to use lookup in any form (e.g. Add asset), in any field (Model, User etc). When starting to type in any of these fields and when run chrome F12 devtool I can observe I get http 404 with the following url
http://ralph.man.poznan.pl/%2Fajax_select/ajax_lookup/KFZyYWxwaF9hc3NldHMubW9kZWxzClZVc2VyTG9va3VwCnRwMQou?term=g
When I copy/paste this url to web browser I apparently get 404 too.
However when I change %2Fajax_select to admin/lookups in the url I get json as the output (as expected)
Do you know why is that?