19 Commits

Author SHA1 Message Date
Thomas Waldmann
39eb5e992e support and require django 1.7 (and related changes)
drop python 2.6 (not supported by django any more)
switch from django-registration (dead and broken) to django-registration-redux, fix issue #116
remove south dependency (and south migrations)
create new initial migration with django's builtin migrations
update docs
2014-10-21 05:06:44 +02:00
Thomas Waldmann
f47af7998f requests 2.4.1 is released fixing the bug we worked around by requiring <2.4.0 2014-09-26 02:39:39 +02:00
Thomas Waldmann
dd95d84404 remove deprecated commit_on_success (works for Django >= 1.6), update requirements to Django 1.6.7 2014-09-26 02:32:46 +02:00
Thomas Waldmann
fa640706f5 add related hosts functionality, to update host records based on main host network address + interface id
this is esp. useful for v6 hosts, where your provider might give you a changing prefix (we assume /64), but your interface ids stay the same.

but same mechanism also principally works for v4 (we assume /29), except that you usually do not get a v4 network where the network address is changing.
and when it comes to dynamic addresses, many people only get 1 ipv4 address anyway. the related host could then be used for aliaseses with ifid == 0 for all aliases.
2014-09-23 00:48:54 +02:00
Thomas Waldmann
d8b1e93730 requests 2.4.0 has a bug, for now require requests<2.4.0 2014-08-30 21:30:31 +02:00
Thomas Waldmann
45bb3da92d add comments to requirements files 2014-08-28 13:58:46 +02:00
Thomas Waldmann
f70d6ebdf0 add requirements.d/travis.txt with the stuff needed on travis, but not installed via setup.py install_requires 2014-08-28 13:38:14 +02:00
Thomas Waldmann
fd93535abb requirements: add "requests" package (as in setup.py) 2014-08-27 17:58:53 +02:00
Thomas Waldmann
9402f450ed requirements: use django 1.6.6, travis: use django 1.5.9 and 1.6.6, also test on python 3.4 2014-08-27 17:53:52 +02:00
Thomas Waldmann
1ef8190eb0 add transifex-client to dev requirements 2014-07-29 17:12:33 +02:00
Thomas Waldmann
45b4216668 requirements: use django 1.6.5 (upgraded from 1.6.1) 2014-05-29 15:46:46 +02:00
Thomas Waldmann
1bf2a0554d requirements: use django 1.6.1 by default (see previous commit) 2014-01-26 17:38:11 +01:00
Thomas Waldmann
8cce8e3b94 requirements: use django 1.5.5 2013-11-09 20:12:06 +01:00
Thomas Waldmann
f357997f07 add python-social-auth for twitter, github, google
still incomplete, only login view
2013-11-02 05:15:06 +01:00
Thomas Waldmann
ca05d19f4f update requirements files 2013-10-05 04:07:21 +02:00
Thomas Waldmann
dbe328c6a4 updated requirements.d/all.txt with pip freeze + manual cleanup 2013-09-30 01:08:53 +02:00
Arne Schauf
84f855c2ff registration things 2013-09-28 12:43:57 +02:00
Arne Schauf
931dde79bb requirements fix and basic django project 2013-09-28 10:44:29 +02:00
Arne Schauf
bbf8217b90 installation howto and basic requirements 2013-09-28 10:24:05 +02:00